mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 19:43:32 +00:00
Update boot.ts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user