Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbasti committed Sep 13, 2024
1 parent a574a6e commit afda76f
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import { Icon, TextField, Tooltip, Typography } from "@equinor/eds-core-react";

import { useOperationState } from "hooks/useOperationState";
import React, {
ChangeEvent,
KeyboardEvent,
useCallback,
useState
} from "react";
import React, { ChangeEvent, KeyboardEvent, useState } from "react";
import styled from "styled-components";
import { MousePosition } from "../../contexts/operationStateReducer";
import OperationType from "../../contexts/operationType";
Expand Down

0 comments on commit afda76f

Please sign in to comment.