Skip to content

Commit

Permalink
refactor: rename Canvas.css to canvas.css
Browse files Browse the repository at this point in the history
  • Loading branch information
danielangelo1 committed Oct 19, 2024
1 parent 946e531 commit 8de18fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Canvas/Canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ApiResponse } from "../../types/apiResponse";
import { UserRequest } from "../../types/userRequest";
import { setFont } from "../../utils/FontHandler";
import { Audio } from "react-loader-spinner";
import "./Canvas.css";
import "./canvas.css";
import { toast } from "react-toastify";

interface ImageRendererProps {
Expand Down

0 comments on commit 8de18fd

Please sign in to comment.