Skip to content

Commit

Permalink
chore: removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Nov 8, 2024
1 parent f6d356a commit 7d1786a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from "react";
import SocialLink from "./SocialLink";
import styled from "styled-components";
import { Box, Flex } from "rebass/styled-components";
import { Box } from "rebass/styled-components";
import { Fade } from "react-awesome-reveal";
import SocialLink from "./SocialLink";
import { useSiteQuery } from "../queries/useSiteQuery";

const Footer = () => {
Expand Down

0 comments on commit 7d1786a

Please sign in to comment.