첫 커밋
This commit is contained in:
14
src/routes/transaction.tsx
Normal file
14
src/routes/transaction.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { createFileRoute, Outlet } from '@tanstack/react-router'
|
||||
|
||||
export const Route = createFileRoute('/transaction')({
|
||||
component: RouteComponent,
|
||||
})
|
||||
|
||||
function RouteComponent() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Transaction</h1>
|
||||
<Outlet />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user