diff --git a/themes/nobelium/components/BlogPost.js b/themes/nobelium/components/BlogPost.js
index b1080b35..28bc1710 100644
--- a/themes/nobelium/components/BlogPost.js
+++ b/themes/nobelium/components/BlogPost.js
@@ -1,6 +1,5 @@
import Link from 'next/link'
import BLOG from '@/blog.config'
-import formatDate from '@/lib/formatDate'
const BlogPost = ({ post }) => {
return (
@@ -12,7 +11,7 @@ const BlogPost = ({ post }) => {
{post.title}