Skip to content

Commit 9e53f25

Browse files
committed
Remove unused imports.
1 parent fc7a1d3 commit 9e53f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Edit/components/Notices.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import classnames from 'classnames'
2-
import React, { MouseEventHandler, ReactNode, useEffect, useRef } from 'react'
2+
import React, { MouseEventHandler, ReactNode, useEffect } from 'react'
33
import { __, sprintf } from '@wordpress/i18n'
44
import { useSnippetForm } from '../SnippetForm/context'
55

0 commit comments

Comments
 (0)