Cleaned up the code

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-11-22 17:23:23 +01:00
parent 28a640dfde
commit 79db155e4d
@@ -31,11 +31,9 @@ import {
ScrollContext,
ScrollContextProps,
} from '../hooks';
import { Group, Duration } from '../types';
import { Duration } from '../types';
import { createCurrencyFormat } from '../utils/currency';
export const MockGroups: Group[] = [{ id: 'tech' }, { id: 'mock-group' }];
export type MockFilterProviderProps = PropsWithChildren<
Partial<FilterContextProps>
>;