mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 14:46:03 +02:00
refactor: Tweak path alias of client
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { $i } from '@/account';
|
||||
import { i18n } from '@/i18n';
|
||||
import { dialog } from '@/os';
|
||||
import { $i } from '@client/account';
|
||||
import { i18n } from '@client/i18n';
|
||||
import { dialog } from '@client/os';
|
||||
|
||||
export function pleaseLogin() {
|
||||
if ($i) return;
|
||||
|
||||
Reference in New Issue
Block a user