diff options
Diffstat (limited to 'client/src/App.js')
-rw-r--r-- | client/src/App.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/App.js b/client/src/App.js index 0d6d904..f6ff8dd 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,6 +1,7 @@ import React from 'react' import LanguageSelect from './components/LanguageSelect/LanguageSelect' import Index from './routes' +import './styles/GlobalVariables.css' const App = () => { return ( |