Initial commit
This commit is contained in:
7
app/routes/transfer.tsx
Normal file
7
app/routes/transfer.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { TransferPage } from "~/pages/transfer/TransferPage";
|
||||
|
||||
export default function Transfer() {
|
||||
return (
|
||||
<TransferPage />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user