Cleaned up the code
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
@@ -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>
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user