Skip to content

Commit 83e16fe

Browse files
authored
Merge pull request #113 from joshnuss/remove-unused-import
Removes unused import in Readme example
2 parents 4a540c5 + 6f85460 commit 83e16fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Note that we need to install Svelte as well as the plugin, as it's a 'peer depen
1616

1717
```js
1818
// rollup.config.js
19-
import * as fs from 'fs';
2019
import svelte from 'rollup-plugin-svelte';
2120

2221
export default {

0 commit comments

Comments
 (0)