Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 25, 2023
1 parent 53f41fb commit 02364f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/viser/client/src/ControlPanel/ServerControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ import { ViewerContext } from "../App";
import { Button, Divider, Stack, Switch, TextInput } from "@mantine/core";
import { Stats } from "@react-three/drei";
import {
IconCameraUp,
IconHomeMove,
IconPhoto,
IconRotateRectangle,
} from "@tabler/icons-react";
import React from "react";
import SceneTreeTable from "./SceneTreeTable";
Expand Down

0 comments on commit 02364f3

Please sign in to comment.