feat: Add vercel.json
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user