diff options
author | crupest <crupest@outlook.com> | 2021-05-06 20:57:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 20:57:18 +0800 |
commit | a7d12775d7ea8f72122d5a35914c0fe566fcea73 (patch) | |
tree | 2c74f378431caa04085b66adfeec94fc8eb35c4b /FrontEnd/src/app/index.tsx | |
parent | 51eb07c89ce480ba04c8979163ea8e82d2672b11 (diff) | |
download | timeline-a7d12775d7ea8f72122d5a35914c0fe566fcea73.tar.gz timeline-a7d12775d7ea8f72122d5a35914c0fe566fcea73.tar.bz2 timeline-a7d12775d7ea8f72122d5a35914c0fe566fcea73.zip |
...
Diffstat (limited to 'FrontEnd/src/app/index.tsx')
-rw-r--r-- | FrontEnd/src/app/index.tsx | 2 |
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")); |