feat: 기본 레이아웃 설정, 스타일 설정, 메뉴 세팅 (ui는 kamco 프로젝트 기반)
This commit is contained in:
5
web-app/app/routes/page.tsx
Normal file
5
web-app/app/routes/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Navigate } from 'react-router';
|
||||
|
||||
export default function Page() {
|
||||
return <Navigate to="/imagery/aerial" replace />;
|
||||
}
|
||||
Reference in New Issue
Block a user