mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 16:38:23 +01:00
refactor
This commit is contained in:
parent
7de4e4acc3
commit
2a04edf6c7
1 changed files with 1 additions and 1 deletions
|
@ -12,8 +12,8 @@ import { misskeyApi } from '@/scripts/misskey-api.js';
|
|||
import { $i } from '@/account.js';
|
||||
import { miLocalStorage } from '@/local-storage.js';
|
||||
import { customEmojis } from '@/custom-emojis.js';
|
||||
import { deepClone } from '@/scripts/clone.js';
|
||||
import { url, lang } from '@@/js/config.js';
|
||||
import { deepClone } from '../clone.js';
|
||||
|
||||
export function aiScriptReadline(q: string): Promise<string> {
|
||||
return new Promise(ok => {
|
||||
|
|
Loading…
Reference in a new issue