mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
chore: move requests modals to /components
This commit is contained in:
parent
aabd7d0831
commit
ab2c8a9691
7 changed files with 13 additions and 7 deletions
13
app/src/components/modals/index.ts
Normal file
13
app/src/components/modals/index.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import ModalOverlay from './ModalOverlay.vue'
|
||||
import ModalError from './ModalError.vue'
|
||||
import ModalWaiting from './ModalWaiting.vue'
|
||||
import ModalReconnecting from './ModalReconnecting.vue'
|
||||
import ModalWarning from './ModalWarning.vue'
|
||||
|
||||
export {
|
||||
ModalOverlay,
|
||||
ModalError,
|
||||
ModalWaiting,
|
||||
ModalReconnecting,
|
||||
ModalWarning,
|
||||
}
|
|
@ -1,9 +1,2 @@
|
|||
export { default as ErrorDisplay } from './ErrorDisplay.vue'
|
||||
export { default as WarningDisplay } from './WarningDisplay.vue'
|
||||
export { default as WaitingDisplay } from './WaitingDisplay.vue'
|
||||
export { default as ReconnectingDisplay } from './ReconnectingDisplay.vue'
|
||||
|
||||
export { default as HistoryConsole } from './HistoryConsole.vue'
|
||||
export { default as ViewLockOverlay } from './ViewLockOverlay.vue'
|
||||
|
||||
export { default as DomainForm } from './DomainForm.vue'
|
||||
|
|
Loading…
Reference in a new issue