aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/app/index.tsx')
-rw-r--r--FrontEnd/src/app/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/app/index.tsx b/FrontEnd/src/app/index.tsx
index 00a75a4a..64a2cd1f 100644
--- a/FrontEnd/src/app/index.tsx
+++ b/FrontEnd/src/app/index.tsx
@@ -12,4 +12,6 @@ import "./i18n";
import App from "./App";
+import "./palette";
+
ReactDOM.render(<App />, document.getElementById("app"));