Files
fnx_web/svelte/src/filesystem.js

9 lines
133 B
JavaScript
Raw Normal View History

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