mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Fixed linting issues in Frame component
This commit is contained in:
parent
c88926d365
commit
c929cecb11
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import IFrame from './IFrame';
|
||||
import React, {useCallback, useState} from 'react';
|
||||
import styles from '../styles/iframe.css?inline';
|
||||
import {useAppContext} from '../AppContext';
|
||||
import {isMinimal} from '../utils/helpers';
|
||||
import {useAppContext} from '../AppContext';
|
||||
|
||||
type FrameProps = {
|
||||
children: React.ReactNode
|
||||
|
@ -99,7 +99,6 @@ const FullHeightFrame: React.FC<ResizableFrameProps> = ({children, style, title}
|
|||
);
|
||||
};
|
||||
|
||||
|
||||
type TailwindFrameProps = ResizableFrameProps & {
|
||||
onResize?: (el: HTMLElement) => void
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue