potentially fix global style export

This commit is contained in:
Silas 2021-11-26 12:47:07 -05:00
parent c6089c5992
commit 6fe61070d1
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 1 additions and 1 deletions

View File

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