Skip to content

Commit 130ea3e

Browse files
authored
Update index.jsx
1 parent b2d363d commit 130ea3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/ideas/2023/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Link from 'next/link'
33

44
import { Card } from '@/components/Card'
55
import { Container } from '@/components/Container'
6-
import { getAllIdeas } from '@/helper/getAllIdeas'
6+
import { getAllIdeas } from '@/helper/getAllIdeas2023'
77

88
function Article({ article }) {
99
return (

0 commit comments

Comments
 (0)