fix conflict resolution
This commit is contained in:
parent
df7d7dc209
commit
e2ec1c46f8
|
@ -1,11 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* External dependencies
|
* External dependencies
|
||||||
*/
|
*/
|
||||||
<<<<<<< HEAD
|
|
||||||
import { render, createRoot, useContext } from '@wordpress/element';
|
|
||||||
=======
|
|
||||||
import { createRoot } from '@wordpress/element';
|
import { createRoot } from '@wordpress/element';
|
||||||
>>>>>>> trunk
|
|
||||||
import { createSlotFill, SlotFillProvider } from '@wordpress/components';
|
import { createSlotFill, SlotFillProvider } from '@wordpress/components';
|
||||||
import { PluginArea } from '@wordpress/plugins';
|
import { PluginArea } from '@wordpress/plugins';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue