Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created August 2, 2020 16:51
Show Gist options
  • Save skflowne/c48aae751f249180975548ac8d08094d to your computer and use it in GitHub Desktop.
Save skflowne/c48aae751f249180975548ac8d08094d to your computer and use it in GitHub Desktop.
<script lang="ts">
import Tailwind from "./Tailwind.svelte"
</script>
<Tailwind />
<main>
<h1 class="text-red-400">The rest of our app will be here</h1>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment