Skip to content

Commit

Permalink
fix: remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jensen committed Nov 16, 2023
1 parent 0c036e3 commit 6b031e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracking/adsbx/ADSBXTrackingProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Axios, {AxiosHeaders, AxiosInstance, CreateAxiosDefaults, isAxiosError} f
import axiosRetry, {exponentialDelay, IAxiosRetryConfig} from "axios-retry";
import {freeze} from "immer";
import _ from "lodash";
import {PropsWithChildren, useEffect, useMemo} from "react";
import {PropsWithChildren, useMemo} from "react";
import {TrackingManager} from "../TrackingManager";
import {ADSBXConfig} from "./ADSBX-types";
import {ADSBXClient} from "./ADSBXClient";
Expand Down

0 comments on commit 6b031e7

Please sign in to comment.