potentially fix global style export
This commit is contained in:
@@ -9,7 +9,7 @@ export const ibmFontUrl =
|
|||||||
export const robotoFontUrl =
|
export const robotoFontUrl =
|
||||||
"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";
|
"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";
|
||||||
|
|
||||||
export const GlobalStyle = createGlobalStyle`
|
const GlobalStyle = createGlobalStyle`
|
||||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@@ -210,3 +210,5 @@ export const GlobalStyle = createGlobalStyle`
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
export { GlobalStyle };
|
||||||
|
Reference in New Issue
Block a user