refactor: remove Launchpad web component

This commit is contained in:
Zack Spear
2023-06-01 20:46:46 -07:00
committed by Zack Spear
parent 14f28207f9
commit 8137504c5d
3 changed files with 16 additions and 24 deletions

View File

@@ -1,16 +0,0 @@
<script lang="ts" setup>
import 'tailwindcss/tailwind.css';
import '~/assets/main.css';
</script>
<template>
<div class="text-white font-semibold p-4 bg-orange-400 rounded-lg">
Launchpad.ce
</div>
</template>
<style lang="postcss">
@tailwind base;
@tailwind components;
@tailwind utilities;
</style>