We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6351bb4 commit 9f74c67Copy full SHA for 9f74c67
app/page.tsx
@@ -7,7 +7,7 @@ import Image from "next/image";
7
// import { Image } from "@heroui/image";
8
9
import { title, subtitle } from "@/components/primitives";
10
-import { newsList, News } from "@/config/news.ts"
+import { newsList, News } from "@/config/news"
11
12
function ResearchDirection({ title, image }: { title: string; image: string }) {
13
return (
0 commit comments