Separate zoom and pan from settings

This commit is contained in:
1ilit
2024-03-09 20:35:04 +02:00
parent 610e2fa5c5
commit f3eb6d7c04
4 changed files with 197 additions and 178 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { createContext, useState } from "react";
export const LayoutContext = createContext();
export const LayoutContext = createContext(null);
export default function LayoutContextProvider({ children }) {
const [layout, setLayout] = useState({