6 lines
183 B
TypeScript
6 lines
183 B
TypeScript
|
export type { AppRouter } from "./src/router";
|
||
|
export { appRouter } from "./src/router";
|
||
|
|
||
|
export { createContext } from "./src/context";
|
||
|
export type { Context } from "./src/context";
|