use:components and remove storybook integration

This commit is contained in:
2025-09-28 15:44:02 +02:00
parent bc8a76b9f5
commit 62b2108434
44 changed files with 273 additions and 1019 deletions

View File

@@ -1 +1,5 @@
// place files you want to import through the `$lib` alias in this folder.
// Reusable UI Components
export { default as Input } from './components/Input.svelte';
export { default as Button } from './components/Button.svelte';
export { default as ErrorMessage } from './components/ErrorMessage.svelte';
export { default as UserInfo } from './components/UserInfo.svelte';