Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpthemrp committed Dec 13, 2024
1 parent 2f1f726 commit cfe6327
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/logos/footerLogotype.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import Link from "next/link";
import { transitionEaseLinearDuration300 } from "@/components/util/constants";

const FooterLogotype = () => {
return (
Expand Down
1 change: 0 additions & 1 deletion src/landing/CommunitySection.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { motion } from "motion/react";
import Link from "next/link";
import { ExpressiveArrow } from "@/components/iconography/Iconography";
import { ColorVariant } from "@/components/color/Color";
import { Discord, IconMode } from "@/components/footer/socialMediaSvgs";
Expand Down

0 comments on commit cfe6327

Please sign in to comment.