Implement most of the file viewer in svelte
This commit is contained in:
8
svelte/src/file_viewer.js
Normal file
8
svelte/src/file_viewer.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import App from './file_viewer/FileViewer.svelte';
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById("body"),
|
||||
props: {}
|
||||
});
|
||||
|
||||
export default app;
|
Reference in New Issue
Block a user