This commit is contained in:
2025-05-17 22:20:59 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
import { Link } from 'react-router-dom';
import "./BlogCard.module.css"
export interface BlogPostProps {
id: string;
+1 -1
View File
@@ -207,7 +207,7 @@ export const Home = () => {
</div>
</div>
</div>
</section>
</section>
</>
);
};