add fonts and some basic routes
This commit is contained in:
9
apps/web/src/routes/timeline.$timelineId.tsx
Normal file
9
apps/web/src/routes/timeline.$timelineId.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
|
||||
export const Route = createFileRoute("/timeline/$timelineId")({
|
||||
component: RouteComponent,
|
||||
});
|
||||
|
||||
function RouteComponent() {
|
||||
return <div>Timeline detail</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user