0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed linting error

This commit is contained in:
Aileen Booker 2024-10-17 13:09:39 +04:00
parent f64ba51330
commit aeab51e3a6

View file

@ -1,4 +1,4 @@
import React, { ReactNode } from 'react';
import React, {ReactNode} from 'react';
import useFeatureFlag from '../hooks/useFeatureFlag';
type BehindFeatureFlagProps = {