aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/common.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-14 23:35:46 +0800
committercrupest <crupest@outlook.com>2023-07-14 23:36:21 +0800
commit59c424a38809be6afb170f11eadb0e4d14f10f69 (patch)
tree8c902d78cd7f929f534b9cef32f75f9e89a882ce /FrontEnd/src/common.ts
parentc456e1769d2f06860f3d08272dc72407f96a42b8 (diff)
downloadtimeline-59c424a38809be6afb170f11eadb0e4d14f10f69.tar.gz
timeline-59c424a38809be6afb170f11eadb0e4d14f10f69.tar.bz2
timeline-59c424a38809be6afb170f11eadb0e4d14f10f69.zip
...
Diffstat (limited to 'FrontEnd/src/common.ts')
-rw-r--r--FrontEnd/src/common.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/FrontEnd/src/common.ts b/FrontEnd/src/common.ts
index 6dcd2a9e..965f9933 100644
--- a/FrontEnd/src/common.ts
+++ b/FrontEnd/src/common.ts
@@ -8,13 +8,3 @@ export const highlightTimelineUsername = "crupest";
export type { I18nText } from "./i18n";
export { c, convertI18nText } from "./i18n";
export { default as useC } from "./utilities/hooks/use-c";
-
-export const themeColors = [
- "primary",
- "secondary",
- "tertiary",
- "danger",
- "success",
-] as const;
-
-export type ThemeColor = (typeof themeColors)[number];