We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be0f0c commit c01651fCopy full SHA for c01651f
1 file changed
src/styles/GlobalStyles.ts
@@ -1,5 +1,5 @@
1
import { createGlobalStyle } from 'styled-components';
2
-import reset from 'styled-reset';
+import { reset } from 'styled-reset';
3
4
const GlobalStyles = createGlobalStyle`
5
${reset}
0 commit comments