mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-03-31 12:45:16 -04: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
|