Skip to content

Commit 9f74c67

Browse files
committed
fix import path
1 parent 6351bb4 commit 9f74c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Image from "next/image";
77
// import { Image } from "@heroui/image";
88

99
import { title, subtitle } from "@/components/primitives";
10-
import { newsList, News } from "@/config/news.ts"
10+
import { newsList, News } from "@/config/news"
1111

1212
function ResearchDirection({ title, image }: { title: string; image: string }) {
1313
return (

0 commit comments

Comments
 (0)