Skip to content

Commit

Permalink
refactor: rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed May 27, 2024
1 parent adddd1c commit 9006c37
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/DeviceHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { LoadingIndicator } from '#components/ValueLoading.js'
import { LTEm } from '#components/icons/LTE-m.js'
import { NBIot } from '#components/icons/NBIot.js'
import { SIMIcon } from '#components/icons/SIMIcon.js'
import { IAQ } from '#components/model/PCA20035-solar/BME680.js'
import { IAQ } from '#components/BME680.js'
import { BatteryIndicator } from '#components/model/PCA20035-solar/SolarThingyBattery.js'
import { Applied } from '#components/Applied.js'
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/device/SolarThingy91.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DeviceHeader } from '#components/DeviceHeader.js'
import { WaitingForConnection } from '#components/WaitingForConnection.js'
import { NetworkInfo } from '#components/deviceInfo/NetworkInfo.js'
import { SoftwareInfo } from '#components/deviceInfo/SoftwareInfo.js'
import { BME680 } from '#components/model/PCA20035-solar/BME680.js'
import { BME680 } from '#components/BME680.js'
import { SolarThingyBattery } from '#components/model/PCA20035-solar/SolarThingyBattery.js'
import { SolarThingyChart } from '#components/model/PCA20035-solar/SolarThingyChart.js'
import { type Device as TDevice } from '#context/Device.js'
Expand Down
2 changes: 1 addition & 1 deletion src/components/device/Thingy91X.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DeviceHeader } from '#components/DeviceHeader.js'
import { WaitingForConnection } from '#components/WaitingForConnection.js'
import { NetworkInfo } from '#components/deviceInfo/NetworkInfo.js'
import { SoftwareInfo } from '#components/deviceInfo/SoftwareInfo.js'
import { BME680 } from '#components/model/PCA20035-solar/BME680.js'
import { BME680 } from '#components/BME680.js'
import { type Device as TDevice } from '#context/Device.js'
import { Map } from '#map/Map.js'

Expand Down

0 comments on commit 9006c37

Please sign in to comment.