feat: Add vercel.json

This commit is contained in:
2025-06-16 12:37:25 +03:00
parent d415441af8
commit 78800ee2ae
7 changed files with 16 additions and 9 deletions

View File

@ -2,7 +2,7 @@ import { Button, Stack, TextField, Typography } from "@mui/material";
import { useMapData } from "./MapDataContext";
import { useEffect, useState } from "react";
import { useTransform } from "./TransformContext";
import { coordinatesToLocal, localToCoordinates } from "./utils";
import { coordinatesToLocal } from "./utils";
export function RightSidebar() {
const {
@ -15,9 +15,9 @@ export function RightSidebar() {
} = useMapData();
const {
rotation,
position,
screenToLocal,
screenCenter,
// position,
// screenToLocal,
// screenCenter,
rotateToAngle,
setTransform,
} = useTransform();