fix: refs #8193 conflicts

This commit is contained in:
Jon Elias 2025-05-12 11:08:07 +02:00
parent f01fd66c85
commit 68860c272c
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,10 @@ import VnSelect from 'src/components/common/VnSelect.vue';
import VnNotes from 'src/components/ui/VnNotes.vue';
import VnTableFilter from 'src/components/VnTable/VnTableFilter.vue';
import VnAvatar from 'src/components/ui/VnAvatar.vue';
import { useState } from 'src/composables/useState';
const state = useState();
const user = state.getUser();
const { t } = useI18n();
const url = 'clientObservations';
const stateStore = useStateStore();
@ -48,9 +51,6 @@ onMounted(() => {
onUnmounted(() => {
stateStore.rightDrawer = false;
});
import { useState } from 'src/composables/useState';
const state = useState();
const user = state.getUser();
</script>
<template>
<RightMenu>