Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hkaar committed Oct 27, 2024
1 parent 6f406be commit 1f16c0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/(main)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Hero from "@/components/Hero";
import ProjectSection from "@/components/ProjectSection";
import BlogSectionSkeleton from "@/components/Skeletons/CardSectionSkeleton";
import SkillContainer from "@/components/SkillContainer";
import SlideLeft from "@/components/Transitions/SlideLeft";
import SlideUp from "@/components/Transitions/SlideUp";
import client from "@/lib/client";
import { Suspense } from "react";
Expand Down
2 changes: 0 additions & 2 deletions components/ProjectSection/ProjectSection.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Suspense } from "react";
import LinkButton from "../LinkButton";
import ProjectCard from "../Card/ProjectCard";
import CardLoader from "../Loader/CardLoader";
import SlideUp from "../Transitions/SlideUp";
import client from "@/lib/client";
import { PortableTextBlock } from "@portabletext/react";
Expand Down

0 comments on commit 1f16c0d

Please sign in to comment.