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 30d9559 commit b5b9101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ideas/2022/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 b5b9101

Please sign in to comment.