Co-authored-by: Hewston Fox <hewstonfox@gmail.com> Co-authored-by: autofix <noreply@autofix.ci> Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
5
src/routes/about.tsx
Normal file
5
src/routes/about.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
|
||||
export const Route = createFileRoute("/about")({
|
||||
component: () => <div className="p-2">Hello from About!</div>,
|
||||
});
|
||||
Reference in New Issue
Block a user