9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
import { TextCustom, ViewWrapper } from "@/components";
|
|
|
|
export default function Maps() {
|
|
return (
|
|
<ViewWrapper>
|
|
<TextCustom>Maps</TextCustom>
|
|
</ViewWrapper>
|
|
)
|
|
} |