Skip to content

Commit

Permalink
Delete unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Mar 22, 2024
1 parent dfdb67b commit 660479a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Blog/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";
import { ReactSVG } from "react-svg";
import Link from "next/link";
import Image from "next/image";
import { FC } from "react";

const Blog: FC = () => {
Expand Down

0 comments on commit 660479a

Please sign in to comment.