Add router and tailwind
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script lang="ts">
|
||||
import Header from "$lib/components/Header.svelte";
|
||||
import Router from "$lib/router/Router.svelte";
|
||||
import { Greet } from "../wailsjs/go/main/App.js";
|
||||
|
||||
let resultText: string = "Please enter your name below 👇";
|
||||
@@ -15,4 +16,4 @@
|
||||
<main class="flex-1">
|
||||
<Router />
|
||||
</main>
|
||||
</template>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user