stone-kit
Version:
uikit for redesign
104 lines (103 loc) • 2.2 kB
JavaScript
import { jsxs as o, jsx as e } from "react/jsx-runtime";
import m from "./pages/HomePage/HomePage.js";
import { ButtonsPage as a } from "./pages/ButtonsPage/Buttons.js";
import r from "./pages/ModalsPage/ModalPage.js";
import p from "./pages/TabsPage/TabsPage.js";
import { IconsPage as s } from "./pages/IconsPage/IconsPage.js";
import { LotsPage as n } from "./pages/LotsPage/LotsPage.js";
import { TagsPage as l } from "./pages/TagsPage/TagsPage.js";
import { SelectPage as i } from "./pages/SelectPage/SelectPage.js";
import f from "./pages/FormsPage/FormsPage.js";
import { LogoPage as g } from "./pages/LogoPage/LogoPage.js";
import { InputPage as h } from "./pages/InputPage/InputPage.js";
import { CheckBoxPage as P } from "./pages/CheckboxPage/CheckboxPage.js";
import { R as c, a as t } from "./chunk-4WY6JWTD-BeveLKf_.js";
const H = () => /* @__PURE__ */ o(c, { children: [
/* @__PURE__ */ e(
t,
{
path: "/",
element: /* @__PURE__ */ e(m, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/buttons",
element: /* @__PURE__ */ e(a, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/modals",
element: /* @__PURE__ */ e(r, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/tabs",
element: /* @__PURE__ */ e(p, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/icons",
element: /* @__PURE__ */ e(s, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/lots",
element: /* @__PURE__ */ e(n, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/tags",
element: /* @__PURE__ */ e(l, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/select",
element: /* @__PURE__ */ e(i, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/forms",
element: /* @__PURE__ */ e(f, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/logo",
element: /* @__PURE__ */ e(g, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/input",
element: /* @__PURE__ */ e(h, {})
}
),
/* @__PURE__ */ e(
t,
{
path: "/checkbox",
element: /* @__PURE__ */ e(P, {})
}
)
] });
export {
H as default
};