Added catalog generation, need to bug fix
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { FreshContext } from "$fresh/server.ts";
|
||||
import AppNavigator from "./(_islands)/AppNavigator.tsx";
|
||||
|
||||
// deno-lint-ignore require-await
|
||||
export default async function About(_request: Request, _context: FreshContext) {
|
||||
return (
|
||||
<>
|
||||
{
|
||||
//<AppNavigator />
|
||||
}
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user