9 lines
169 B
TypeScript
9 lines
169 B
TypeScript
import { Container, Tab, TabList } from "@chakra-ui/react";
|
|
|
|
export default function () {
|
|
return (
|
|
<Container maxW="container.lg" pt="4vh">
|
|
|
|
</Container>
|
|
)
|
|
} |