From 06ad60e917dcabf826444ad403efa0d559f1527d Mon Sep 17 00:00:00 2001 From: Brian DeRocher Date: Fri, 22 Nov 2024 19:43:37 -0500 Subject: [PATCH] Factor out TopBar. --- src/App.vue | 82 +----------------------------------- src/components/TopBar.vue | 87 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 80 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4a21749..7dd4952 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,83 +1,14 @@ diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index e69de29..a28de11 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -0,0 +1,87 @@ + + + +