瀏覽代碼

locale(analysis): update DeviceChat\Analysis

crush394 4 年之前
父節點
當前提交
1eacb8e973
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;