diff options
author | crupest <crupest@outlook.com> | 2023-08-29 20:41:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-29 20:41:34 +0800 |
commit | d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1 (patch) | |
tree | e034900d03242b0b9cf436e0b2d547dbff4f2062 /FrontEnd/src/components/common.ts | |
parent | b05860b6d2ea17db29a338659def49dc31082346 (diff) | |
download | timeline-d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1.tar.gz timeline-d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1.tar.bz2 timeline-d65dcebc3ed64c96c70f0ee7f228b4dfe79b28a1.zip |
...
Diffstat (limited to 'FrontEnd/src/components/common.ts')
-rw-r--r-- | FrontEnd/src/components/common.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/components/common.ts b/FrontEnd/src/components/common.ts index 171ebc48..835a8b4a 100644 --- a/FrontEnd/src/components/common.ts +++ b/FrontEnd/src/components/common.ts @@ -1,3 +1,5 @@ +import "./index.css"; + export type { Text, I18nText } from "~src/common"; export { UiLogicError, c, convertI18nText, useC } from "~src/common"; |