import { createLazyFileRoute } from "@tanstack/react-router"; import WithdrawalManagementPage from "@/sections/withdrawal"; export const Route = createLazyFileRoute("/dashboard/withdrawal")({ component: WithdrawalManagementPage, });