diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-10-07 14:20:59 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-10-08 20:08:47 +1100 |
| commit | f50ff6be403c19ce44632098104a775f4144ea66 (patch) | |
| tree | ffabe4a47067409e4d63802000d3a0b86ae6c778 /src/components/TestComponent.vue | |
| parent | 1c69c4abf6e54ccab886c23cd6e691179ce6f076 (diff) | |
Add title bar
Add IconButton.vue and components/*Icon.vue files
Diffstat (limited to 'src/components/TestComponent.vue')
| -rw-r--r-- | src/components/TestComponent.vue | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/TestComponent.vue b/src/components/TestComponent.vue deleted file mode 100644 index d2ba0b7..0000000 --- a/src/components/TestComponent.vue +++ /dev/null @@ -1,8 +0,0 @@ -<template> - <div class="text-yellow-500 bg-stone-700"> - Testing - </div> -</template> - -<script setup lang="ts"> -</script> |
