라우트 추가
This commit is contained in:
0
web-app/app/routes/inference/[id]/page.tsx
Normal file
0
web-app/app/routes/inference/[id]/page.tsx
Normal file
7
web-app/app/routes/inference/page.tsx
Normal file
7
web-app/app/routes/inference/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
추론목록
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user