Cybersecurity-Projects/PROJECTS/advanced/encrypted-p2p-chat/frontend/src/components/Layout/index.ts

9 lines
251 B
TypeScript

// ===================
// © AngelaMos | 2025
// index.ts
// ===================
export { AppShell } from './AppShell'
export { Header } from './Header'
export { GuestRoute, ProtectedRoute } from './ProtectedRoute'
export { Sidebar } from './Sidebar'