dsifford/academic-bloggers-toolkit

View on GitHub
src/js/options-page/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import { render } from '@wordpress/element';

import StyleForm from './style-form';

import './style.scss?global';

render(<StyleForm />, document.getElementById('style-form-root'));