diff --git a/frontend/app/app.vue b/frontend/app/app.vue index e5fd63b..cbe60b0 100644 --- a/frontend/app/app.vue +++ b/frontend/app/app.vue @@ -6,7 +6,7 @@ const decisionsStore = useDecisionsStore() const protocolsStore = useProtocolsStore() const mandatesStore = useMandatesStore() const route = useRoute() -const { initMood } = useMood() +const { initMood } = useLibreMood() const navigationItems = [ { diff --git a/frontend/app/components/common/MoodSwitcher.vue b/frontend/app/components/common/MoodSwitcher.vue index 1e3aa81..21d8870 100644 --- a/frontend/app/components/common/MoodSwitcher.vue +++ b/frontend/app/components/common/MoodSwitcher.vue @@ -1,5 +1,5 @@