From 55816a486a4f945be66401a130cb10c3bfbb0128 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Wed, 21 Jun 2023 06:26:52 -0400 Subject: [PATCH] Move state initialization from App.vue to main.ts --- client/src/App.vue | 3 --- client/src/main.ts | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index b7adb44..a7b1c04 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,8 +1,5 @@