Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Jun 14, 2023
1 parent 3653ef6 commit 56f33d6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ import {
} from "../../../generated/graphql";
import SRToastContainer from "../../commonComponents/SRToastContainer";

import {
FacilityFormData,
Props as FacilityFormProps,
} from "./FacilityForm";
import { FacilityFormData, Props as FacilityFormProps } from "./FacilityForm";
import FacilityFormContainer from "./FacilityFormContainer";

export const deviceTypes: FacilityFormDeviceType[] = [
Expand Down

0 comments on commit 56f33d6

Please sign in to comment.