import { createFileRoute } from "@tanstack/react-router"; import System from "../components/System"; export const Route = createFileRoute("/notifications")({ component: System, });