Skip to content

Commit

Permalink
Fixed import error in footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
badhri-hari authored Jan 28, 2025
1 parent 140b5f5 commit c981181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aimport { HStack, Center, VStack } from "@chakra-ui/react";
import { HStack, Center, VStack } from "@chakra-ui/react";
import { useMediaQuery } from "@chakra-ui/react";

export default function Footer() {
Expand Down

0 comments on commit c981181

Please sign in to comment.