UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

9 lines (8 loc) 316 B
"use client"; import { jsx as r } from "react/jsx-runtime"; import { DataProvider as e } from "./Data/DataContext.js"; import { ThemeProvider as i } from "./Theme/ThemeContext.js"; const n = ({ children: o }) => /* @__PURE__ */ r(i, { children: /* @__PURE__ */ r(e, { children: o }) }); export { n as XProvider };