Skip to content

Commit

Permalink
fix(editor): Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik committed Oct 18, 2024
1 parent 4c5f8ec commit 9027f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/views/SettingsUsageAndPlan.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SettingsUsageAndPlan from '@/views/SettingsUsageAndPlan.vue';
import { useUIStore } from '@/stores/ui.store';
import { COMMUNITY_PLUS_ENROLLMENT_MODAL } from '@/constants';
import { useUsersStore } from '@/stores/users.store';
import { IUser } from '@/Interface';
import type { IUser } from '@/Interface';

vi.mock('vue-router', () => {
return {
Expand Down

0 comments on commit 9027f17

Please sign in to comment.