Merge branch 'main' into roman/react-json-tree-remove-unsafe

This commit is contained in:
Roman Shtylman 2022-02-05 07:14:09 -08:00 committed by GitHub
commit cf6612790b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ render(
<Provider store={store}>
<App />
</Provider>
<iframe src="http://remotedev.io/local/" />
</div>,
document.getElementById('root')
);