Skip to content

Commit

Permalink
Fix relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Oct 24, 2023
1 parent e8d0a01 commit 6fffae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/scripts/aiscript/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { $i } from '@/account.js';
import { miLocalStorage } from '@/local-storage.js';
import { customEmojis } from '@/custom-emojis.js';
import { url, lang } from '@/config.js';
import { nyaize } from '../nyaize.js';
import { nyaize } from '@/scripts/nyaize.js';

export function createAiScriptEnv(opts) {
return {
Expand Down

0 comments on commit 6fffae7

Please sign in to comment.