Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 20, 2023
1 parent c01c20e commit 018958a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/viser/client/src/ControlPanel/ServerControls.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import { ViewerContext } from "../App";
import {
Anchor,
Button,
Box,
Divider,
Stack,
Switch,
TextInput,
} from "@mantine/core";
import { IconBrandGithub, IconHomeMove, IconPhoto } from "@tabler/icons-react";
import { IconHomeMove, IconPhoto } from "@tabler/icons-react";
import { Stats } from "@react-three/drei";
import React from "react";
import SceneTreeTable from "./SceneTreeTable";
Expand Down

0 comments on commit 018958a

Please sign in to comment.