mirror of
https://github.com/2234839/web-font.git
synced 2025-04-05 20:35:50 +08:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
// import '@babel/polyfill';
|
|
import App from './App.svelte';
|
|
|
|
new App({
|
|
target: document.querySelector('.c-app'),
|
|
}); |