visualizing-human-and-neura.../src/main.js

9 lines
116 B
JavaScript
Raw Permalink Normal View History

2020-11-19 15:49:22 +01:00
import App from './App.svelte';
const app = new App({
target: document.body,
props: {
}
});
export default app;