From 108ec64b5fbc8c0fad0bcf63ca5b6b546860bf9a Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Mon, 7 Aug 2023 18:47:38 -0400 Subject: [PATCH] Revert "git please work" --- src/App.vue | 2 +- src/components/GunForm.vue | 98 ++++++++++++++++++++++++++++++++++++++ src/pages/Add.vue | 82 ++----------------------------- src/pages/Edit.vue | 53 +++++++++++++++++++-- src/types/guns.d.ts | 7 +++ 5 files changed, 161 insertions(+), 81 deletions(-) create mode 100644 src/components/GunForm.vue diff --git a/src/App.vue b/src/App.vue index 7a9cb30..7a2862e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ diff --git a/src/components/GunForm.vue b/src/components/GunForm.vue new file mode 100644 index 0000000..c83cbf9 --- /dev/null +++ b/src/components/GunForm.vue @@ -0,0 +1,98 @@ +