A lot of refectoring

This commit is contained in:
Hein
2025-10-21 14:10:59 +02:00
parent 4186219c50
commit c92cabc569
24 changed files with 756 additions and 626 deletions

View File

@@ -1,7 +1,7 @@
import { ActionIcon } from '@mantine/core';
import { IconMenu2 } from '@tabler/icons-react';
import { useGridlerStore } from './Store';
import { useGridlerStore } from './GridlerStore';
export function RightMenuIcon() {
const { loadingData, onContextClick } = useGridlerStore((s) => ({