Fixed add-note dependency
This commit is contained in:
parent
eeadce1235
commit
a95f3a2339
|
@ -2,9 +2,8 @@
|
|||
* External dependencies.
|
||||
*/
|
||||
import { useState } from '@wordpress/element';
|
||||
import { Button } from '@wordpress/components';
|
||||
import { Button, SelectControl } from '@wordpress/components';
|
||||
import apiFetch from '@wordpress/api-fetch';
|
||||
import { SelectControl } from '@wordpress/components';
|
||||
|
||||
|
||||
export const AddNote = () => {
|
||||
|
|
Loading…
Reference in New Issue