diff options
author | crupest <crupest@outlook.com> | 2023-07-20 23:01:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-20 23:01:58 +0800 |
commit | 2226efed8c8604a938d060d62565b611722e837c (patch) | |
tree | 1f87047fe87c66e101d6673fe09417ff62007543 /FrontEnd/src/views/common/common.ts | |
parent | 0e183074b326cf04a23ae1f1ba8dcc56166df485 (diff) | |
download | timeline-2226efed8c8604a938d060d62565b611722e837c.tar.gz timeline-2226efed8c8604a938d060d62565b611722e837c.tar.bz2 timeline-2226efed8c8604a938d060d62565b611722e837c.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/common.ts')
-rw-r--r-- | FrontEnd/src/views/common/common.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/common/common.ts b/FrontEnd/src/views/common/common.ts index d3db9f93..4ad41edc 100644 --- a/FrontEnd/src/views/common/common.ts +++ b/FrontEnd/src/views/common/common.ts @@ -1,4 +1,4 @@ -export type { I18nText } from "@/common"; +export type { Text, I18nText } from "@/common"; export { c, convertI18nText, useC } from "@/common"; export const themeColors = [ |