device.data.ts 92 B

12345
  1. export const chartsColumns = (deviceType) => {
  2. if(deviceType === ''){
  3. return []
  4. }
  5. }