summaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index ef2edf8..e146c59 100644
--- a/src/index.js
+++ b/src/index.js
@@ -4,6 +4,8 @@ import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
+import './localization'
+
ReactDOM.render(
<React.StrictMode>
<App />