potentially fix global style export

This commit is contained in:
2021-11-26 12:47:07 -05:00
parent c6089c5992
commit 6fe61070d1

View File

@@ -211,4 +211,4 @@ const GlobalStyle = createGlobalStyle`
} }
`; `;
export { GlobalStyle }; export default GlobalStyle;