1
0
Fork 0
photos/web/manage/src/main.js

8 lines
104 B
JavaScript

import App from './App.svelte';
const app = new App({
target: document.body,
});
export default app;