Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 30, 2025
1 parent 557cabb commit e3c1e68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
import ContentMedia from "@/components/ContentMedia/ContentMedia";
import Container from "@/layouts/Container";
import Typography from "@/components/Typography/Typography";
import Link from "next/link";
import ButtonLink from "@/components/ButtonLink/ButtonLink";
import {FaHome} from "react-icons/fa";
import { FaHome } from "react-icons/fa";

export default function Home() {
return (
Expand Down

0 comments on commit e3c1e68

Please sign in to comment.