mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-11 00:11:21 +01:00
Update boot.ts
This commit is contained in:
parent
67d2fde1db
commit
0a0c93df2a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import 'vite/modulepreload-polyfill';
|
|||
|
||||
import '@/style.scss';
|
||||
import { createApp, defineAsyncComponent } from 'vue';
|
||||
import { setIframeId } from '@/to-be-shared/post-message.js';
|
||||
import { setIframeId } from '@/post-message.js';
|
||||
import { parseEmbedParams } from '@/embed-page.js';
|
||||
|
||||
const params = new URLSearchParams(location.search);
|
||||
|
|
Loading…
Reference in a new issue