Skip to content

Commit

Permalink
Add react imports to ix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
staffordsmith83 committed Jul 14, 2023
1 parent 88cf8f6 commit ec738b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ReactViews/Map/BottomBar/BottomBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { useViewState } from "../../Context";
import { MapCredits } from "./Credits";
import { DistanceLegend } from "./DistanceLegend";
import { LocationBar } from "./LocationBar";
import React from "react";

export const BottomBar: VFC = () => {
const viewState = useViewState();
Expand Down
1 change: 1 addition & 0 deletions lib/ReactViews/Map/BottomBar/LocationBar.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react";
import { observer } from "mobx-react";
import { FC, RefObject, useEffect, useRef } from "react";
import { useTranslation } from "react-i18next";
Expand Down

0 comments on commit ec738b2

Please sign in to comment.