@regenbio/regenbio-components-react 1.3.23 → 1.3.24

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.
@@ -1,6 +1,6 @@
1
1
  import type { Settings as LayoutSettings } from '@ant-design/pro-components';
2
- import { RbCurrentUser, RbCurrentTheme } from "./interface";
3
2
  import React from "react";
3
+ import { RbCurrentTheme, RbCurrentUser } from "./interface";
4
4
  /**
5
5
  * 全局初始化状态相请求参数
6
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regenbio/regenbio-components-react",
3
- "version": "1.3.23",
3
+ "version": "1.3.24",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },