Created
August 2, 2020 16:51
-
-
Save skflowne/c48aae751f249180975548ac8d08094d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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