diff --git a/src/components/kpi/BUPanel.jsx b/src/components/kpi/BUPanel.jsx
new file mode 100644
index 0000000..e159abe
--- /dev/null
+++ b/src/components/kpi/BUPanel.jsx
@@ -0,0 +1,13 @@
+import { useContext } from 'react';
+import { observer } from "mobx-react";
+// import { stores_Context } from '../config';
+import { Table } from 'antd';
+
+export default observer((props) => {
+ // const { } = useContext(stores_Context);
+ return (
+ <>
+ {props.title}
+ >
+ );
+});
diff --git a/src/components/kpi/OverviewPanel.jsx b/src/components/kpi/OverviewPanel.jsx
new file mode 100644
index 0000000..f25e336
--- /dev/null
+++ b/src/components/kpi/OverviewPanel.jsx
@@ -0,0 +1,37 @@
+import { useContext } from 'react';
+import { observer } from "mobx-react";
+// import { stores_Context } from '../config';
+import { Button, Table, Switch, Input, Space, Typography, Row, Col, Spin, Radio, Tabs } from 'antd';
+import SearchForm from './../search/SearchForm';
+import { bu } from './../../libs/ht';
+
+export default observer((props) => {
+ // const { } = useContext(stores_Context);
+ return (
+ <>
+