Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Feb 23, 2023
1 parent db362af commit 03e58c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { motion, useReducedMotion } from "framer-motion";
import { PageProps } from "typings/page";

import InlineLink from "components/navigation/InlineLink";
import LinkButton from "components/controls/LinkButton";
// import LinkButton from "components/controls/LinkButton";
import Experience from "components/pages/about/Experience";
import ExternalLink from "components/pages/about/ExternalLink";

Expand Down

0 comments on commit 03e58c5

Please sign in to comment.