Explorar el Código

locale(analysis): update DeviceChat\Analysis

crush394 hace 4 años
padre
commit
1eacb8e973
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;