Fix Type error: 'getAllBlogPostsSlugs' is declared but its value is never read.

Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
Traxus 2023-04-21 18:38:34 -04:00
parent e0821acb7c
commit cfc0614703

View File

@ -1,6 +1,5 @@
import cms from 'lib/cms'
import {
getAllBlogPostsSlugs,
getBlogPosts as serverGetBlogPosts,
getBlogPostsCategories as serverGetBlogPostsCategories
} from 'lib/blog'