UNPKG

conduction-components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

4 lines (3 loc) 208 B
import { jsx as _jsx } from "react/jsx-runtime"; import * as styles from "./Container.module.css"; export const Container = ({ children }) => _jsx("div", { className: styles.container, children: children });