mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 14:44:12 +00:00
refactor: remove word Context from file names in context folder
This commit is contained in:
parent
0321afa65f
commit
e7fd155c50
16 changed files with 39 additions and 37 deletions
|
|
@ -2,7 +2,7 @@ import { useContext } from "react";
|
|||
import { EraserIcon, HandIcon, PencilIcon, ZoomInIcon } from "lucide-react";
|
||||
|
||||
import { ToggleGroup, ToggleGroupItem } from "@/components/ui/toggle-group";
|
||||
import { ToolContext } from "@/context/ToolContext";
|
||||
import { ToolContext } from "@/context/Tool";
|
||||
|
||||
function Toolbar() {
|
||||
const { tool, setTool } = useContext(ToolContext);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue