Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Phinetwork committed Dec 14, 2024
1 parent 8854d6c commit cbb3680
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
22 changes: 0 additions & 22 deletions frontend/src/components/MazeGame.css

This file was deleted.

1 change: 0 additions & 1 deletion frontend/src/components/MazeGame.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState, useEffect, useRef } from "react";
import { Stage, Layer, Rect, Circle, Text } from "react-konva";
import "./MazeGame.css";

// Maze dimensions and cell size
const GRID_SIZE = 10;
Expand Down

0 comments on commit cbb3680

Please sign in to comment.