mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2025-11-09 20:12:16 +10:00
Fix issue with components not liking being imported.
This commit is contained in:
@ -1,7 +1,5 @@
|
|||||||
|
import { ConfirmationModal, NotificationModal, TextInputModal } from "#components";
|
||||||
import type { Component } from "vue";
|
import type { Component } from "vue";
|
||||||
import ConfirmationModal from "#components";
|
|
||||||
import NotificationModal from "#components";
|
|
||||||
import TextInputModal from "#components";
|
|
||||||
|
|
||||||
export type ModalCallbackType<T extends ModalType> = (
|
export type ModalCallbackType<T extends ModalType> = (
|
||||||
event: ModalEvents[T],
|
event: ModalEvents[T],
|
||||||
|
|||||||
Reference in New Issue
Block a user