This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createLazyFileRoute } from "@tanstack/react-router";
|
||||
import WithdrawalPage from "@/sections/withdrawal";
|
||||
|
||||
export const Route = createLazyFileRoute("/dashboard/withdrawal/")({
|
||||
component: WithdrawalPage,
|
||||
});
|
||||
Reference in New Issue
Block a user