라우트 추가 (#2)
Reviewed-on: #2 Co-authored-by: Jinseok (심진석) <jinseok.sim@tf.dabeeo.com> Co-committed-by: Jinseok (심진석) <jinseok.sim@tf.dabeeo.com>
This commit was merged in pull request #2.
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