brightyui
Version:
Brighty UI library
8 lines • 335 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import styles from '../../../src/styles/SectionWrapper.module.scss';
var SectionWrapper = function (_a) {
var children = _a.children;
return _jsx("div", { className: styles.root, children: children });
};
export default SectionWrapper;
//# sourceMappingURL=SectionWrapper.js.map