File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/platform-ui/src/views Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828</template >
2929
3030<script lang="ts">
31+ import { getCurrentUser } from ' @/stores/useAuthStore' ;
32+ import { useConfigStore } from ' @/stores/useConfigStore' ;
33+ import { UserDBInterface } from ' @vue-skuilder/db' ;
3134import confetti from ' canvas-confetti' ;
3235import { defineComponent , PropType } from ' vue' ;
33- import { User } from ' @vue-skuilder/db' ;
34- import { useConfigStore } from ' @/stores/useConfigStore' ;
35- import { getCurrentUser } from ' @/stores/useAuthStore' ;
3636import { useRoute } from ' vue-router' ;
3737
3838interface Language {
@@ -64,7 +64,7 @@ export default defineComponent({
6464
6565 data() {
6666 return {
67- u: {} as User ,
67+ u: {} as UserDBInterface ,
6868 configLanguages: [
6969 {
7070 name: ' English' ,
You can’t perform that action at this time.
0 commit comments