Skip to content

Commit 28884b5

Browse files
drwpowactions-user
authored andcommitted
[ci] yarn format
1 parent c24e453 commit 28884b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/preact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can import and use Preact without any custom configuration needed.
1616
// snowpack.config.mjs
1717
export default {
1818
alias: {
19-
'react': 'preact/compat',
19+
react: 'preact/compat',
2020
'react-dom': 'preact/compat',
2121
},
2222
};

0 commit comments

Comments
 (0)