Update src/app/blog/page.tsx
This commit is contained in:
@@ -7,6 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import { Linkedin, Twitter, Mail } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
type BlogPost = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user