Skip to content

Commit 13b189a

Browse files
authored
Create Main.js
1 parent 5926f92 commit 13b189a

File tree

1 file changed

+6
-0
lines changed
  • frameworks/non-keyed/sonnetjs/src

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { createApp } from '@sonnetjs/core';
2+
import App from './App';
3+
4+
const app = createApp();
5+
app.root(App);
6+
app.mount('#main');

0 commit comments

Comments
 (0)