UNPKG

@wulperstudio/cms

Version:
9 lines 256 B
import React from 'react'; import { Title } from './styled'; import { jsx as _jsx } from "react/jsx-runtime"; var TitleDrawer = function TitleDrawer(props) { return /*#__PURE__*/_jsx(Title, { children: props.title }); }; export default TitleDrawer;