App-Information Add: - screens/Admin/App-Information - _ShareComponent/Admin - app/(application)/admin/app-information ### No Issue
12 lines
206 B
TypeScript
12 lines
206 B
TypeScript
import { MapCustom, ViewWrapper } from "@/components";
|
|
|
|
export default function AdminMaps() {
|
|
return (
|
|
<>
|
|
<ViewWrapper>
|
|
<MapCustom height={"100%"} />
|
|
</ViewWrapper>
|
|
</>
|
|
);
|
|
}
|