@sample-stack/counter-module-browser
Version:
Sample core for higher packages to depend on
8 lines (7 loc) • 335 B
JavaScript
import {jsx,Fragment}from'@emotion/react/jsx-runtime';import {Complex}from'./ComplexComponent.js';import {theme}from'../theme.js';var CompledWithTheme = (props => {
return jsx(Fragment, {
children: jsx(Complex, {
theme: theme
})
});
});export{CompledWithTheme as default};//# sourceMappingURL=CompledWithTheme.js.map