Skip to content

Commit 8cac2e8

Browse files
committed
removed unnecessary imports
1 parent 8d8cb20 commit 8cac2e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tabs/RobotMaze/components/RobotSimulation.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import React, { useEffect, useRef, useState } from 'react';
22
import type { Area, Action, PointWithRotation, RobotMap } from '../../../bundles/robot_minigame/functions';
3-
import { Properties } from '@blueprintjs/icons';
4-
import { State } from 'nbody';
53

64
/**
75
* Calculate the acute angle between 2 angles

0 commit comments

Comments
 (0)