From 6a4f79580157cbe860c56d444e6e3435ea10028d Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 9 Jan 2023 15:37:15 +0100 Subject: [PATCH] Rename store function --- client/src/App.vue | 2 +- client/src/components/FeedbackForm.vue | 4 ++-- client/src/components/MainNavigationBar.vue | 6 +++--- client/src/pages/DashboardPage.vue | 4 ++-- client/src/pages/learningPath/CirclePage.vue | 6 +++--- client/src/stores/courseSessions.ts | 2 +- client/src/stores/user.ts | 3 +-- 7 files changed, 13 insertions(+), 14 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index e904aeac..3aeba993 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -11,7 +11,7 @@