feat: 항공영상관리

This commit is contained in:
2026-04-09 17:03:06 +09:00
parent 76dab1c6a9
commit 839901d663
2 changed files with 11 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
import { AerialList } from '~/features/imagery/components/AerialList';
export default function Page() {
return (
<div> </div>
<AerialList></AerialList>
);
}