File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
// @flow
2
2
3
- import React , { useState , useRef , useCallback } from "react"
3
+ import React , { useRef , useCallback } from "react"
4
4
import type { Node } from "react"
5
- import Grid from "@material-ui/core/Grid"
6
5
import { makeStyles } from "@material-ui/core/styles"
7
- import Sidebar from "../Sidebar"
8
6
import ImageCanvas from "../ImageCanvas"
9
- import Header from "../Header"
10
- import IconTools from "../IconTools"
11
7
import styles from "./styles"
12
8
import type { MainLayoutState , Action } from "./types"
13
9
import useKey from "use-key-hook"
@@ -129,7 +125,6 @@ export const MainLayout = ({
129
125
dragWithPrimary = { state . selectedTool === "pan" }
130
126
zoomWithPrimary = { state . selectedTool === "zoom" }
131
127
showPointDistances = { state . showPointDistances }
132
- pointDistancePrecision = { state . pointDistancePrecision }
133
128
videoTime = {
134
129
state . annotationType === "image"
135
130
? state . selectedImageFrameTime
You can’t perform that action at this time.
0 commit comments