refactor(editor): Add infix to Pinia stores (no-changelog) (#6149)
* ⚡ Add infix to Pinia stores * ⚡ Fix paths in mocks * 🐛 Fix import
This commit is contained in:
@@ -5,7 +5,7 @@ import { Notification } from 'element-ui';
|
||||
import type { IFormBoxConfig } from 'n8n-design-system';
|
||||
import AuthView from '@/views/AuthView.vue';
|
||||
import { i18n as locale } from '@/plugins/i18n';
|
||||
import { useSSOStore } from '@/stores/sso';
|
||||
import { useSSOStore } from '@/stores/sso.store';
|
||||
import { VIEWS } from '@/constants';
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user