refactor(frontend): organize use functions
This commit is contained in:
parent
010ec113c2
commit
3ced310f77
32 changed files with 29 additions and 29 deletions
|
|
@ -92,7 +92,7 @@ import * as os from '@/os.js';
|
|||
import { store } from '@/store.js';
|
||||
import { addTheme } from '@/theme-store.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { useLeaveGuard } from '@/utility/use-leave-guard.js';
|
||||
import { useLeaveGuard } from '@/use/use-leave-guard.js';
|
||||
import { definePage } from '@/page.js';
|
||||
import { prefer } from '@/preferences.js';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue