Skip to content

Commit

Permalink
Remove unused imports (#7224)
Browse files Browse the repository at this point in the history
This fixes some warnings
in the tests.
  • Loading branch information
pjonsson authored Aug 21, 2024
1 parent 8db918d commit e2410aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
makeObservable,
override
} from "mobx";
import CesiumMath from "terriajs-cesium/Source/Core/Math";
import URI from "urijs";
import filterOutUndefined from "../../../Core/filterOutUndefined";
import isDefined from "../../../Core/isDefined";
Expand Down
1 change: 0 additions & 1 deletion lib/ReactViews/Analytics/RectangleParameterEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { withTranslation } from "react-i18next";
import { observer } from "mobx-react";
import { runInAction } from "mobx";
import CommonStrata from "../../Models/Definition/CommonStrata";
import { t } from "i18next";

@observer
class RectangleParameterEditor extends React.Component {
Expand Down
2 changes: 1 addition & 1 deletion lib/Styled/Input.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import styled, { css, DefaultTheme, useTheme } from "styled-components";
import styled, { css, useTheme } from "styled-components";
import Box, { IBoxProps } from "./Box";

export interface CommonProps {
Expand Down

0 comments on commit e2410aa

Please sign in to comment.