Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Mar 21, 2024
1 parent ec12458 commit 67f0926
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/viser/client/src/ControlPanel/Generated.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import { ViewerContext } from "../App";
import { makeThrottledMessageSender } from "../WebsocketFunctions";
import { Progress } from "@mantine/core";
import { GuiComponentContext } from "./GuiComponentContext";

import { Box } from "@mantine/core";
import React from "react";
import { IconCheck } from "@tabler/icons-react";
import { notifications } from "@mantine/notifications";
import { pack } from "msgpackr";
import ButtonComponent from "../components/Button";
import SliderComponent from "../components/Slider";
import NumberInputComponent from "../components/NumberInput";
Expand Down
2 changes: 0 additions & 2 deletions src/viser/client/src/components/UploadButton.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { GuiAddUploadButtonMessage } from "../WebsocketMessages";
import { computeRelativeLuminance } from "../ControlPanel/GuiState";
import { GuiComponentContext } from "../ControlPanel/GuiComponentContext";
import { v4 as uuid } from "uuid";
import { Box, Image, Progress, useMantineTheme } from "@mantine/core";

import { Button } from "@mantine/core";
import React, { useContext } from "react";
import { makeThrottledMessageSender } from "../WebsocketFunctions";
import { ViewerContext, ViewerContextContents } from "../App";
import { pack } from "msgpackr";
import { IconCheck } from "@tabler/icons-react";
Expand Down

0 comments on commit 67f0926

Please sign in to comment.