Browse Source

locale(analysis): update DeviceChat\Analysis

crush394 4 năm trước cách đây
mục cha
commit
1eacb8e973
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/pages/Analysis/DeviceChart/index.tsx

+ 4 - 0
src/pages/Analysis/DeviceChart/index.tsx

@@ -0,0 +1,4 @@
+const DeviceChart = () => {
+  return <div>DeviceChart</div>;
+};
+export default DeviceChart;