Skip to content

Commit

Permalink
organise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskfla committed May 11, 2024
1 parent ec73f6e commit 7585b48
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/frontend/src/components/button/PlacePixelButton.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
import { CircularProgress, styled } from "@mui/material";
import axios from "axios";
import { useEffect, useState } from "react";

import { Cooldown } from "@blurple-canvas-web/types";

import config from "@/config";
import {
useAuthContext,
useCanvasContext,
useSelectedColorContext,
} from "@/contexts";
import { CircularProgress, styled } from "@mui/material";
import axios from "axios";
import { useEffect, useState } from "react";
import { Button } from "./Button";
import DynamicButton from "./DynamicButton";

import { Cooldown } from "@blurple-canvas-web/types";

export const CoordinateLabel = styled("span")`
opacity: 0.6;
`;
Expand Down

0 comments on commit 7585b48

Please sign in to comment.