라우트 추가 (#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:
9
web-app/app/routes/imagery/[id]/page.tsx
Normal file
9
web-app/app/routes/imagery/[id]/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { Route } from './+types/page';
|
||||
|
||||
export default function Page({ params }: Route.ComponentProps) {
|
||||
return (
|
||||
<div>
|
||||
영상 상세 id: {params.imageryId}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user