Feat: theme switching
This commit is contained in:
@@ -4,6 +4,8 @@ import { join as pathJoin } from "node:path";
|
||||
|
||||
import SettingsLayout from "@layouts/SettingsLayout.astro";
|
||||
import Dropdown from "@components/ui/Dropdown.astro";
|
||||
import Input from "@components/ui/Input.astro";
|
||||
import Button from "@components/ui/Button.astro";
|
||||
import { type DropdownOptions } from "@utils/types";
|
||||
|
||||
const Themes: DropdownOptions[] = [{ name: 'Default', value: 'default' }];
|
||||
|
||||
Reference in New Issue
Block a user