Delete ModWrapper component - This won't be used at all

This commit is contained in:
2023-10-19 16:49:05 -04:00
parent d731041378
commit f6a5cfee55

View File

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