Skip to content

Commit

Permalink
Fix duplicate types import.
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Jan 30, 2024
1 parent f04fab2 commit adb4cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { addNotificationHandler, createStationsDataset, guaranteeGlobal } from "
import InfoIcon from "../assets/images/icon-info.svg";
import { useCODAPApi } from "../hooks/use-codap-api";
import { composeURL, formatData } from "../utils/noaaApiHelper";
import { IDataType } from "../types";
import { StationDSName, globalMaxDate, globalMinDate } from "../constants";
import { geoLocSearch } from "../utils/geonameSearch";
import { DataReturnWarning } from "./data-return-warning";
Expand Down

0 comments on commit adb4cfb

Please sign in to comment.