fix: Button components not rendering due to missing import in client layout

This commit is contained in:
SauceyRed 2025-07-13 04:16:44 +02:00
parent efaf606c3c
commit 690ef5ef02
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -37,6 +37,7 @@
import { render } from 'vue';
import Dropdown from '~/components/Dropdown.vue';
import Modal from '~/components/Modal.vue';
import Button from '~/components/UserInterface/Button.vue';
import type { GuildResponse } from '~/types/interfaces';
const loading = useState("loading", () => false);