diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 173e0ff..8472f30 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -1,4 +1,4 @@ -import { Box, Container, Flex, Heading } from "@chakra-ui/react"; +import { Container, Flex, Heading } from "@chakra-ui/react"; import { type LinksFunction } from "@remix-run/cloudflare"; import { useLoaderData } from "@remix-run/react"; import stylesheet from "../styles/_index.css";