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 f13376f commit 6ea2d70Copy full SHA for 6ea2d70
index.js
@@ -1,3 +1,2 @@
1
-// app entry
2
-import App from "./src";
3
-export default App;
+import { Main } from './src';
+export default Main;
0 commit comments