mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
chore: lint fix
ran pnpm lint fix and fixed warnings
This commit is contained in:
@@ -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>>(
|
||||
|
||||
Reference in New Issue
Block a user