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