5 lines
192 B
TypeScript
5 lines
192 B
TypeScript
import { createFileRoute } from "@tanstack/react-router";
|
|
import { SectionDashboard } from "@/sections/Dashboard";
|
|
|
|
export const Route = createFileRoute("/")({ component: SectionDashboard });
|