Update preview.ts

This commit is contained in:
syuilo 2024-09-18 14:00:14 +09:00
parent 3956e13bd7
commit 4faa47f07d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import { commonHandlers, onUnhandledRequest } from './mocks.js';
import themes from './themes.js';
import '../src/style.scss';
import { DI } from '../src/di.js';
import { url } from '../src/config.js';
import { url } from '../../frontend-shared/js/config.js';
import { MediaProxy } from '../../frontend-shared/js/media-proxy.js';
const appInitialized = Symbol();