UNPKG

@sample-stack/counter-module-browser

Version:

Sample core for higher packages to depend on

7 lines (6 loc) 364 B
import {jsxs,Fragment,jsx}from'@emotion/react/jsx-runtime';import {Outlet}from'@remix-run/react';// import { renderRoutes2 as renderRoutes } from '@common-stack/client-react'; var Dashboard = (props => jsxs(Fragment, { children: [jsx("h1", { children: "Dashboard" }), jsx(Outlet, {})] }));export{Dashboard as default};//# sourceMappingURL=Dashboard.js.map