potentially fix global style export
This commit is contained in:
parent
c6089c5992
commit
6fe61070d1
|
@ -211,4 +211,4 @@ const GlobalStyle = createGlobalStyle`
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export { GlobalStyle };
|
export default GlobalStyle;
|
||||||
|
|
Loading…
Reference in New Issue