mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed lint
no refs
This commit is contained in:
parent
ea41b38797
commit
b1418e1b52
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, { useEffect, useRef } from 'react';
|
||||
import React, {useEffect, useRef} from 'react';
|
||||
import {isCookiesDisabled} from '../../utils/helpers';
|
||||
|
||||
export const InputFieldStyles = `
|
||||
|
|
Loading…
Add table
Reference in a new issue