UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

5 lines 191 B
import { jsx as _jsx } from "react/jsx-runtime"; export const Banner = (props) => { return (_jsx("div", { id: "banner", children: props.children })); }; //# sourceMappingURL=Banner.js.map