feat: 영상관리 라우트 수정
This commit is contained in:
9
web-app/app/routes/imagery/satellite/[id]/page.tsx
Normal file
9
web-app/app/routes/imagery/satellite/[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.satelliteId}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user