mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-14 07:10:58 +00:00
refactor(frontend): remove unreachable barrel modules (#6205)
Co-authored-by: n0ctal <293235942+n0ctal@users.noreply.github.com>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
export { default as PromptModal } from './PromptModal';
|
||||
export { default as TextModal } from './TextModal';
|
||||
@@ -1,8 +0,0 @@
|
||||
export type { NotificationEventConfig, NotificationGroupConfig } from './types';
|
||||
export { NotificationLayout } from './NotificationLayout';
|
||||
export { NotificationCard } from './NotificationCard';
|
||||
export { NotificationHeader } from './NotificationHeader';
|
||||
export { NotificationEvent } from './NotificationEvent';
|
||||
export { NotificationGroup } from './NotificationGroup';
|
||||
export { TelegramNotifications } from './TelegramNotifications';
|
||||
export { EmailNotifications } from './EmailNotifications';
|
||||
@@ -1,4 +0,0 @@
|
||||
export { default as AttachClientsModal } from './AttachClientsModal';
|
||||
export { default as AttachExistingClientsModal } from './AttachExistingClientsModal';
|
||||
export { default as DetachClientsModal } from './DetachClientsModal';
|
||||
export { default as AddClientsToGroupModal } from './AddClientsToGroupModal';
|
||||
@@ -1 +0,0 @@
|
||||
export { default as InboundFormModal } from './InboundFormModal';
|
||||
@@ -1 +0,0 @@
|
||||
export { default as InboundInfoModal } from './InboundInfoModal';
|
||||
@@ -1,2 +0,0 @@
|
||||
export * from './primitives';
|
||||
export * from './protocols';
|
||||
@@ -1,2 +0,0 @@
|
||||
export * from './shadowsocks';
|
||||
export * from './vmess';
|
||||
Reference in New Issue
Block a user