浏览代码

update comment (#4236)

zombieJ 6 年之前
父节点
当前提交
7287c10fed
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/layouts/BasicLayout.tsx

+ 6 - 0
src/layouts/BasicLayout.tsx

@@ -1,3 +1,9 @@
+/**
+ * Ant Design Pro v4 use `@ant-design/pro-layout` to handle Layout.
+ * You can view component api by:
+ * https://github.com/ant-design/ant-design-pro-layout
+ */
+
 import { ConnectState, ConnectProps } from '@/models/connect';
 import RightContent from '@/components/GlobalHeader/RightContent';
 import { connect } from 'dva';