Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem https://nextgraph.org
 
 
 
 
 
 
nextgraph-rs/helpers/ngnet/web/src/main.js

9 lines
186 B

import './app.postcss'
import "../../../../common/src/styles.css";
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app