fix: Button components not rendering due to missing import in client layout
This commit is contained in:
parent
efaf606c3c
commit
690ef5ef02
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue