refactor(frontend): remove unreachable barrel modules (#6205)

Co-authored-by: n0ctal <293235942+n0ctal@users.noreply.github.com>
This commit is contained in:
n0ctal 2026-08-13 15:45:26 +05:00 committed by GitHub
parent 238e4bb314
commit 286a93474d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 0 additions and 20 deletions

View file

@ -1,2 +0,0 @@
export { default as PromptModal } from './PromptModal';
export { default as TextModal } from './TextModal';

View file

@ -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';

View file

@ -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';

View file

@ -1 +0,0 @@
export { default as InboundFormModal } from './InboundFormModal';

View file

@ -1 +0,0 @@
export { default as InboundInfoModal } from './InboundInfoModal';

View file

@ -1,2 +0,0 @@
export * from './primitives';
export * from './protocols';

View file

@ -1,2 +0,0 @@
export * from './shadowsocks';
export * from './vmess';