fix: add app-barowser for browser
This commit is contained in:
5
src/app-browser.ts
Normal file
5
src/app-browser.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { QueryRouterServer } from './browser.ts';
|
||||
|
||||
export const App = QueryRouterServer;
|
||||
|
||||
export * from './browser.ts';
|
||||
Reference in New Issue
Block a user