Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouxm committed Oct 13, 2023
1 parent 9dc6d41 commit 828e6e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/project/projectSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
addUser,
setUsers,
updateUsers,
User,
} from 'terraso-client-shared/account/accountSlice';
import {
ProjectAddUserMutationInput,
Expand Down
1 change: 0 additions & 1 deletion src/soilId/soilIdSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/

import { createSlice, PayloadAction } from '@reduxjs/toolkit';
import _ from 'lodash/fp';
import { setUsers } from 'terraso-client-shared/account/accountSlice';
import type {
DepthDependentSoilDataNode,
Expand Down

0 comments on commit 828e6e0

Please sign in to comment.