transfer to PC

This commit is contained in:
Henri
2025-11-21 01:58:01 +02:00
parent 679ace976a
commit 7dfb5adda1
322 changed files with 1592 additions and 3021 deletions

5
src/components/index.js Normal file
View File

@@ -0,0 +1,5 @@
export { default as Container } from './Container.svelte'
export { default as Card } from './Card.svelte'
export { default as Stack } from './Stack.svelte'
export { default as Grid } from './Grid.svelte'
export { default as Button } from './Button.svelte'