Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Jul 31, 2024
1 parent a474e4e commit 38d8073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ import {
StopRunningSensorMutation,
StopRunningSensorMutationVariables,
} from './types/SensorMutations.types';
import {
SensorStateQuery,
SensorStateQueryVariables,
SensorSwitchFragment,
} from './types/SensorSwitch.types';
import {SensorStateQuery, SensorStateQueryVariables} from './types/SensorStateQuery.types';
import {SensorSwitchFragment} from './types/SensorSwitch.types';
import {usePermissionsForLocation} from '../app/Permissions';
import {InstigationStatus, SensorType} from '../graphql/types';
import {TimeFromNow} from '../ui/TimeFromNow';
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38d8073

Please sign in to comment.