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:
parent
f64ba51330
commit
aeab51e3a6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, { ReactNode } from 'react';
|
||||
import React, {ReactNode} from 'react';
|
||||
import useFeatureFlag from '../hooks/useFeatureFlag';
|
||||
|
||||
type BehindFeatureFlagProps = {
|
||||
|
|
Loading…
Add table
Reference in a new issue