Skip to content

Commit

Permalink
fix: posts.jsx import
Browse files Browse the repository at this point in the history
Fix wrong import on posts.jsx
  • Loading branch information
ajstrongdev committed Aug 15, 2024
1 parent 4953840 commit 705471e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/news/posts.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import Hero from '../../components/news/hero';
import posts from '../../items/posts';

function Posts() {
Expand Down

0 comments on commit 705471e

Please sign in to comment.