paimon-moe-fork/src/client.js

9 lines
159 B
JavaScript
Raw Normal View History

2020-10-21 23:03:33 +01:00
import * as sapper from '@sapper/app';
2021-03-14 10:23:17 +00:00
import { startClient } from './i18n.js';
startClient();
2020-10-21 23:03:33 +01:00
sapper.start({
target: document.querySelector('#sapper')
});