chore: lint fix

ran pnpm lint fix and fixed warnings
This commit is contained in:
Dustin Loring
2025-01-18 08:09:50 -05:00
parent 8a519907a0
commit e2c3cef343
9 changed files with 24 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
import type { ComponentProps, ComponentType, JSXElementConstructor } from 'react';
import type { ComponentProps, ComponentType } from 'react';
import { memo } from 'react';
export const genericMemo: <T extends ComponentType<any>>(