This commit is contained in:
Fractal-Tess
2022-12-21 02:57:31 +02:00
parent e4ad4ca2aa
commit d36b08f0a2

View File

@@ -1,7 +1,6 @@
import type { IconDefinition } from '@fortawesome/free-solid-svg-icons'; import type { IconDefinition } from '@fortawesome/free-solid-svg-icons';
export const themes = ['dark', 'light'] as const; export const themes = ['dark', 'light'] as const;
export type Theme = typeof themes[number]; export type Theme = typeof themes[number];
export type NavLink = { export type NavLink = {