space
This commit is contained in:
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user