Vorbereitung für den Umzug auf den TALAS-Server

This commit is contained in:
ISA
2024-04-29 11:46:22 +02:00
parent 4e4755dad4
commit a07d5f940e
6 changed files with 10 additions and 1169 deletions

View File

@@ -1,7 +0,0 @@
// store/zoomOutState.js
import { atom } from "recoil";
export const zoomOutState = atom({
key: "zoomOutState", // eindeutiger Key
default: 7, // Start-Zoomlevel
});