fix: unused import
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
This commit is contained in:
parent
b154c87bfc
commit
61e1072c72
|
@ -1,8 +1,6 @@
|
|||
import { Feed } from 'feed'
|
||||
import { mkdir, writeFile } from 'fs/promises'
|
||||
|
||||
import { RenderBlockList } from '@/lib/notion/utils/renderNotionContent'
|
||||
|
||||
import { getAllBlogPosts } from './notion/content/blogPosts'
|
||||
import getBlockRecursively from './notion/utils/getBlockRecursively'
|
||||
import richTextAsPlainText from './notion/utils/richTextToPlainText'
|
||||
|
|
Loading…
Reference in a new issue