8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
import { AerialList } from '~/features/imagery/components/AerialList';
|
|
|
|
export default function Page() {
|
|
return (
|
|
<AerialList></AerialList>
|
|
);
|
|
}
|