homelab-dashboard/app/components/index.ts
Bilal Teke b2d2b8b2f3 v3.1
2026-04-15 21:54:46 +02:00

9 lines
326 B
TypeScript

'use client';
// Re-export all components from this directory
export { Header } from './Header';
export { ServiceCard } from './ServiceCard';
export { ServiceGrid } from './ServiceGrid';
export { FilterBar } from './FilterBar';
export { EmptyState } from './EmptyState';
export { DashboardClient } from './dashboard-client';