2023-10-19 16:49:09 -04:00

17 lines
390 B
TypeScript

import { Box, Container, Text } from "@chakra-ui/react";
export default function () {
return (
<>
<Box alignContent="left">
<Container maxW="container.lg" paddingTop="8vh" textAlign="left">
<Text>
srfidukjghdiuftgrteutgrtsu,k jhsrte h hjgtsredbfdgns srthhfg h fgdyh
y
</Text>
</Container>
</Box>
</>
);
}