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

11 lines
157 B
JavaScript

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