First commit (export from figma)

This commit is contained in:
2025-01-08 10:10:56 +00:00
commit f21a1892f6
24 changed files with 1240 additions and 0 deletions

7
vite.config.js Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import {svelte} from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
})