wildpig 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wildpig",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "author": "eriktse",
5
5
  "main": "index.ts",
6
6
  "dependencies": {
package/public/render.js CHANGED
@@ -22344,26 +22344,12 @@ function useViewTransitionState(to, { relative } = {}) {
22344
22344
 
22345
22345
  // node_modules/react-router/dist/development/index.mjs
22346
22346
  "use client";
22347
-
22348
22347
  // src/page/layout.tsx
22349
22348
  var jsx_dev_runtime = __toESM(require_jsx_dev_runtime(), 1);
22350
22349
  var MainLayout = () => {
22351
22350
  return /* @__PURE__ */ jsx_dev_runtime.jsxDEV("div", {
22352
- children: [
22353
- /* @__PURE__ */ jsx_dev_runtime.jsxDEV("input", {
22354
- type: "text",
22355
- placeholder: "Search"
22356
- }, undefined, false, undefined, this),
22357
- /* @__PURE__ */ jsx_dev_runtime.jsxDEV("button", {
22358
- children: "Search"
22359
- }, undefined, false, undefined, this),
22360
- /* @__PURE__ */ jsx_dev_runtime.jsxDEV("div", {
22361
- className: "text-red-500",
22362
- children: "红红红"
22363
- }, undefined, false, undefined, this),
22364
- /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Outlet, {}, undefined, false, undefined, this)
22365
- ]
22366
- }, undefined, true, undefined, this);
22351
+ children: /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Outlet, {}, undefined, false, undefined, this)
22352
+ }, undefined, false, undefined, this);
22367
22353
  };
22368
22354
 
22369
22355
  // src/router/index.tsx
Binary file
@@ -0,0 +1 @@
1
+ export * from "react-router";