v1.0.12 - Sveltekit migration (#44)
Changed the whole tech stack to SvelteKit which means: - Typescript - SSR - No fastify :( - Beta, but it's fine! Other changes: - Tailwind -> Tailwind JIT - A lot more
This commit is contained in:
11
src/routes/database/new.svelte
Normal file
11
src/routes/database/new.svelte
Normal file
@@ -0,0 +1,11 @@
|
||||
<script>
|
||||
import Configuration from '$components/Database/Configuration.svelte';
|
||||
</script>
|
||||
|
||||
<div class="min-h-full text-white">
|
||||
<div class="py-5 text-left px-6 text-3xl tracking-tight font-bold flex items-center">
|
||||
Select a database
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Configuration />
|
||||
Reference in New Issue
Block a user