Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit b6f4ba4

Browse files
Merge pull request #177 from TheComputerM/docs/replace-src
docs: replace imports with REPL imports
2 parents 8142883 + 4c4d2ab commit b6f4ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/scripts/examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
// some files still have CRLF line-endings, that's why the last 3 replaces aren't combined
99
// when that's solved, do .replace('</script>\n', '</script>\n\n<MaterialApp>') instead
1010
const codeWithInject1 = code
11-
.replace(' } from \'svelte-materialify/src\'', ', MaterialApp } from \'svelte-materialify/src\'')
11+
.replace(' } from \'svelte-materialify/src\'', ', MaterialApp } from \'svelte-materialify\'')
1212
.replace('</script>', '</script>\n\n<MaterialApp>')
1313
.replace('<MaterialApp>\n', '<MaterialApp>')
1414
.replace('<MaterialApp>\r\n', '<MaterialApp>');

0 commit comments

Comments
 (0)