This folder contains the global styles UI.
A component used to render the Global Styles UI. It's current used in the sidebar of the site editor.
import { GlobalStylesUI } from './global-styles';
function MyComponent() {
return <GlobalStylesUI />;
}