webui-ng/src/lib/components/index.ts
Djuri Baars 5917713b0d
Some checks failed
/ check-changes (push) Successful in 7s
/ build (push) Failing after 1m18s
feat: Lint fixes, add forgejo workflow and e2e tests
2025-05-03 18:45:32 +02:00

21 lines
1 KiB
TypeScript

// UI Components
export { default as CardContainer } from './ui/CardContainer.svelte';
export { default as TabButton } from './ui/TabButton.svelte';
export { default as Toast } from './ui/Toast.svelte';
export { default as Stat } from './ui/Stat.svelte';
export { default as Status } from './ui/Status.svelte';
// Form Components
export { default as InputField } from './form/InputField.svelte';
export { default as Toggle } from './form/Toggle.svelte';
export { default as CurrencyButton } from './form/CurrencyButton.svelte';
// Layout Components
export { default as Navbar } from './layout/Navbar.svelte';
export { default as CollapsibleSection } from './layout/CollapsibleSection.svelte';
// Section Components
export { default as ControlSection } from './sections/ControlSection.svelte';
export { default as StatusSection } from './sections/StatusSection.svelte';
export { default as SettingsSection } from './sections/SettingsSection.svelte';
export { default as SystemSection } from './sections/SystemSection.svelte';