pocketbase/ui/src/main.js

8 lines
119 B
JavaScript
Raw Normal View History

2022-07-07 05:19:05 +08:00
import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
2022-08-01 23:10:18 +08:00
});
2022-07-07 05:19:05 +08:00
export default app