Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused box import
  • Loading branch information
regalijan committed Nov 6, 2023
1 parent 63233e7 commit 4290701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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";
Expand Down

0 comments on commit 4290701

Please sign in to comment.