Clean up initial state

This commit is contained in:
2023-03-19 17:17:04 +01:00
parent 3f9453304f
commit dccb94a792
11 changed files with 153 additions and 95 deletions

View File

@ -2,5 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
plugins: [sveltekit()]
});