From a7d12775d7ea8f72122d5a35914c0fe566fcea73 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 6 May 2021 20:57:18 +0800 Subject: ... --- FrontEnd/src/app/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FrontEnd/src/app/index.tsx') 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(, document.getElementById("app")); -- cgit v1.2.3