Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jddeep authored Feb 13, 2025
1 parent fddd3d7 commit 30d9559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ideas/2023/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from 'next/link'

import { Card } from '@/components/Card'
import { Container } from '@/components/Container'
import { getAllIdeas } from '@/helper/getAllIdeas2022'
import { getAllIdeas } from '@/helper/getAllIdeas'

function Article({ article }) {
return (
Expand Down

0 comments on commit 30d9559

Please sign in to comment.