UNPKG

@sample-stack/counter-module-browser

Version:

Sample core for higher packages to depend on

8 lines (7 loc) 276 B
import {jsxs,Fragment,jsx}from'@emotion/react/jsx-runtime';const authWrapper = (Component, props) => { return jsxs(Fragment, { children: [jsx("h5", { children: "-- auth wrapped --" }), Component] }); };export{authWrapper};//# sourceMappingURL=Wrapper.js.map