Sfoglia il codice sorgente

locale(analysis): update DeviceChat\Analysis

crush394 4 anni fa
parent
commit
1eacb8e973
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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;