Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Oct 21, 2023
1 parent 3b8d1fd commit 740940b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/post/post-item.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Link from "next/link";
import Image from "next/image";
import PostDate from "@/components/post/post-date";
import { LngProps } from "@/i18next-lng";
import { LngProps } from "@/i18";

export default function PostItem({ ...props }: Record<string, any> & LngProps) {
return (
Expand Down

0 comments on commit 740940b

Please sign in to comment.