Use type import for react FC

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
grafixeyehero
2024-02-28 21:02:05 +03:00
parent 36c19ec39a
commit 533ae17767
45 changed files with 47 additions and 48 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import React, { FC, useCallback, useState } from 'react';
import React, { type FC, useCallback, useState } from 'react';
import { BlurhashCanvas } from 'react-blurhash';
import { LazyLoadImage } from 'react-lazy-load-image-component';