📲 Adds initial svelte app with tailwind and typescript
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<script lang="ts">
|
||||
import Topbar from './components/Topbar.svelte';
|
||||
</script>
|
||||
|
||||
<main class="w-screen h-screen">
|
||||
<Topbar />
|
||||
<div class="flex justify-center items-center w-full h-full">
|
||||
<h1>🎥Weee! This is the start project for the spot micro controller</h1>
|
||||
</div>
|
||||
</main>
|
||||
Reference in New Issue
Block a user