an-anime-game-launcher/src/pages/splash.ts

13 lines
193 B
TypeScript
Raw Normal View History

import '../i18n';
import App from '../splash.svelte';
declare const Neutralino;
Neutralino.init();
const app = new App({
target: document.getElementById('app')!
});
export default app;