From eb8b4ec838899d9e90dd4f114992dd7e7084c9a7 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 7 Nov 2024 18:50:08 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/full/lib/preview-images.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/full/lib/preview-images.ts b/examples/full/lib/preview-images.ts index c45853c4a..04c23730f 100644 --- a/examples/full/lib/preview-images.ts +++ b/examples/full/lib/preview-images.ts @@ -8,7 +8,6 @@ import { import { defaultMapImageUrl, getPageImageUrls } from 'notion-utils' import pMap from 'p-map' import pMemoize from 'p-memoize' -import {} from 'react-notion-x' // NOTE: this is just an example of how to pre-compute preview images. // Depending on how many images you're working with, this can potentially be