Add theme switching!!!! #18

Merged
twig merged 9 commits from settings-appearance into main 2025-07-05 17:29:46 +00:00
Showing only changes of commit 7098dda6b4 - Show all commits

View file

@ -40,9 +40,6 @@
<script lang="ts" setup>
import { onMounted } from 'vue';
import Button from '~/components/Button.vue';
const { logout } = useAuth()

Not needed

Not needed
const appConfig = useRuntimeConfig()

Not needed (the Button import)

Not needed (the Button import)