Feat: theme switching

This commit is contained in:
MotorTruck1221
2025-05-04 00:10:07 -06:00
parent f9f62e1e41
commit a6b0dbb676
+2
View File
@@ -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' }];