mue/src/features/welcome/components/Layout/Panel.jsx

4 lines
123 B
JavaScript

const Panel = ({ children, type }) => <section className={type}>{children}</section>;
export { Panel as default, Panel };