Skip to content

Commit

Permalink
Delete unused import from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
398noe committed May 17, 2022
1 parent 94a67a5 commit 6254fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReactNode } from 'react';
import { Box, Button, chakra, Container, Stack, Text, useColorModeValue, VisuallyHidden } from '@chakra-ui/react';
import { Box, chakra, Container, Stack, Text, useColorModeValue, VisuallyHidden } from '@chakra-ui/react';
import { FaGithub, FaTwitter } from "react-icons/fa";

const SocialButton = ({ children, label, href } : {
Expand Down

0 comments on commit 6254fb8

Please sign in to comment.