A lot of refectoring
This commit is contained in:
@@ -5,7 +5,7 @@ import { useDebouncedValue } from '@mantine/hooks';
|
||||
import { IconX } from '@tabler/icons-react';
|
||||
import { type ReactNode, useEffect, useState } from 'react';
|
||||
|
||||
import type { FilterOption, FilterOptionOperator, GridlerStoreState } from './Store';
|
||||
import type { FilterOption, FilterOptionOperator, GridlerStoreState } from './GridlerStore';
|
||||
|
||||
export type GridCellLoose = {
|
||||
kind: GridCellKind | string;
|
||||
|
||||
Reference in New Issue
Block a user