Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ajabeckett committed Nov 2, 2023
1 parent cea27f5 commit 17070e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/site/siteService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ import { graphql } from 'terraso-client-shared/graphqlSchema';
import type {
SiteAddMutationInput,
SiteDataFragment,
SiteTransferMutationInput,
SiteUpdateMutationInput,
SiteNoteAddMutationInput,
SiteNoteUpdateMutationInput,
SiteNoteDataFragment,
SiteNoteUpdateMutationInput,
SiteTransferMutationInput,
SiteUpdateMutationInput,
} from 'terraso-client-shared/graphqlSchema/graphql';
import type { Site, SiteNote } from 'terraso-client-shared/site/siteSlice';
import * as terrasoApi from 'terraso-client-shared/terrasoApi/api';
Expand Down
4 changes: 2 additions & 2 deletions src/site/siteSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
import { createSlice, PayloadAction } from '@reduxjs/toolkit';
import {
SiteAddMutationInput,
SiteNoteAddMutationInput,
SiteNoteUpdateMutationInput,
SiteTransferMutationInput,
SiteUpdateMutationInput,
SiteNoteAddMutationInput,
SiteNoteUpdateMutationInput
} from 'terraso-client-shared/graphqlSchema/graphql';
import {
addSiteToProject,
Expand Down

0 comments on commit 17070e9

Please sign in to comment.