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 36aac6b commit 335710eCopy full SHA for 335710e
playground.ts
@@ -10,4 +10,4 @@ const ipx = createIPX({
10
}),
11
});
12
13
-export default createIPXH3App(ipx);
+export const app = createIPXH3App(ipx);
0 commit comments