fix: themes

This commit is contained in:
opbnq-q
2025-03-09 07:14:43 -07:00
parent 6bce64f159
commit 2e577171f3
6 changed files with 29 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import PostScheme from './post/PostScheme.vue';
import AuthorScheme from "./author/AuthorScheme.vue";
import { Dialog } from 'primevue';
import { useErrorStore } from './stores/error.store';