Fixed add-note dependency

This commit is contained in:
Fernando Marichal 2021-05-24 14:52:28 -03:00
parent eeadce1235
commit a95f3a2339
1 changed files with 1 additions and 2 deletions

View File

@ -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 = () => {