Remove unused import in content-renderer.tsx

The import statement for KeystaticContentRenderer from '@kit/keystatic' in content-renderer.tsx file was removed as it was not being used anywhere in the file. This helps to make the code cleaner and more efficient.
This commit is contained in:
giancarlo
2024-05-07 20:15:02 +07:00
parent d06882898a
commit c330158b3f

View File

@@ -1,5 +1,3 @@
import { KeystaticContentRenderer } from '@kit/keystatic';
import type { CmsType } from './cms.type';
const CMS_CLIENT = process.env.CMS_CLIENT as CmsType;