generated from tailored/router-db-template
Initial commit
This commit is contained in:
8
src/app.ts
Normal file
8
src/app.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { App } from '@kevisual/router';
|
||||
import { useContextKey } from '@kevisual/use-config/context';
|
||||
|
||||
const init = () => {
|
||||
return new App();
|
||||
};
|
||||
|
||||
export const app = useContextKey('app', init);
|
||||
Reference in New Issue
Block a user