Skip to content

Commit

Permalink
fix: 🐛 Remove unknown path
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhern committed Jan 25, 2025
1 parent 7dac220 commit 5ff8cf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/features/about/gallery/components/Photo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Noto_Serif_Display } from "next/font/google";
import Image from "next/image";
import type { ReactNode } from "react";

import Halo from "@/components/ui/halo";
import { cn } from "@/lib/utils";
import clsx from "clsx";

Expand Down

0 comments on commit 5ff8cf3

Please sign in to comment.