diff options
| author | 2024-09-07 15:15:32 +0800 | |
|---|---|---|
| committer | 2024-09-07 15:15:32 +0800 | |
| commit | 72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a (patch) | |
| tree | 16bd9b550f7fd406be726c3a2380ef24ca14bfe0 /site/src/layouts/default/AppBar.vue | |
| parent | 8a32052835e155b5577fe15cd2b09b7aa56a8d65 (diff) | |
| download | HydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.tar.gz HydroRoll-72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a.zip | |
refactor(site): move site to HydroRoll-site repo
Diffstat (limited to 'site/src/layouts/default/AppBar.vue')
| -rw-r--r-- | site/src/layouts/default/AppBar.vue | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/site/src/layouts/default/AppBar.vue b/site/src/layouts/default/AppBar.vue deleted file mode 100644 index 4d0660e..0000000 --- a/site/src/layouts/default/AppBar.vue +++ /dev/null @@ -1,13 +0,0 @@ -<template> - <v-app-bar flat> - <v-app-bar-title> - <v-icon icon="mdi-circle-slice-6" /> - - Essentials Preset - </v-app-bar-title> - </v-app-bar> -</template> - -<script lang="ts" setup> - // -</script> |
