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

8
svelte.config.js Normal file
View File

@@ -0,0 +1,8 @@
import preprocess from "svelte-preprocess";
const config = {
preprocess: preprocess({}),
};
export default config;