Skip to content

Commit

Permalink
refactor(teleoperation and visualization): 🎉 remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Aug 11, 2023
1 parent 31f6a26 commit cb09c32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/RobotPage/Teleoperation/Teleoperation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import TeleoperationControlBar from "../../../components/TeleoperationControlBar
import RemoteDesktopScene from "../../../components/RemoteDesktopScene/RemoteDesktopScene";
import { FloatMenu } from "../../../components/FloatMenu/FloatMenu";
import { FullScreen, useFullScreenHandle } from "react-full-screen";
import { IrobotPages } from "../../../interfaces/generalInterfaces";
import { handleSaveLayout } from "../../../helpers/gridStack";
import StreamContext from "../../../contexts/VDIContext";
import { GridLayout } from "../../../layouts/GridLayout";
Expand Down
1 change: 0 additions & 1 deletion src/pages/RobotPage/Visualization/Visualization.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { ReactElement, useEffect, useState } from "react";
import { IrobotPages } from "../../../interfaces/generalInterfaces";
import { FloatMenu } from "../../../components/FloatMenu/FloatMenu";
import { handleSaveLayout } from "../../../helpers/gridStack";
import { GridLayout } from "../../../layouts/GridLayout";
Expand Down

0 comments on commit cb09c32

Please sign in to comment.