⚙️ Delete custom api url + export themeOptions types

This commit is contained in:
pheralb
2024-04-21 00:22:43 +01:00
parent f53455cbdb
commit 3e9eb405cb
4 changed files with 525 additions and 511 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import type { tCategory } from './categories';
type CategoryPair = [tCategory, tCategory];
type CategoryTriple = [tCategory, tCategory, tCategory];
type ThemeOptions = {
export type ThemeOptions = {
dark: string;
light: string;
};