UNPKG
@gelight/sml-editor
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Web component for a simple SML editor
github.com/GELight/sml-editor
GELight/sml-editor
@gelight/sml-editor
/
src
/
main.js
10 lines
(8 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
App
from
'./App.svelte'
;
// const app = new App({
// target: document.body,
// props: {
// name: 'world'
// }
// });
export
default
App
;