mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-04-01 17:34:23 +02:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
import App from './App.svelte'
|
|
|
|
const app = new App({
|
|
target: document.getElementById('app')
|
|
});
|
|
|
|
export default app
|