added tinro router

This commit is contained in:
Fractal-Tess
2022-10-27 04:54:36 +03:00
parent ad693b6558
commit 0fb96e64ab
17 changed files with 70 additions and 34 deletions

3
src/types.ts Normal file
View File

@@ -0,0 +1,3 @@
export const themes = ['dark', 'light'] as const;
export type Theme = typeof themes[number];