We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5926f92 commit 13b189aCopy full SHA for 13b189a
frameworks/non-keyed/sonnetjs/src/Main.js
@@ -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