refactor: remove word Context from file names in context folder

This commit is contained in:
trafficlunar 2024-12-17 20:47:18 +00:00
parent 0321afa65f
commit e7fd155c50
16 changed files with 39 additions and 37 deletions

View file

@ -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);