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
|
|
@ -8,7 +8,7 @@ import { Button } from "@/components/ui/button";
|
|||
import { Input } from "@/components/ui/input";
|
||||
import { Label } from "@/components/ui/label";
|
||||
|
||||
import { ImageContext } from "@/context/ImageContext";
|
||||
import { ImageContext } from "@/context/Image";
|
||||
|
||||
function OpenImage({ close }: DialogProps) {
|
||||
const { setImage: setContextImage, setImageDimensions: setContextImageDimensions } = useContext(ImageContext);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue