Skip to content

Commit

Permalink
fix #244 - Fix - typescript import bug (Filters)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Mar 5, 2021
1 parent 8989119 commit 60c8cf7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/__mocks__/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FilterOptions } from '../components/Filters'
import { FilterOptions } from '../types'

export const mockDynamicFilterOptions = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Filters/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
import {
mockDynamicFilterOptions,
mockFilterOptions
} from '__mocks__/filter_mock_data'
} from './fixtures/0_sample_data'
import { styleguide, ThemeType } from 'components/assets/styles'
import { useEffect, useState } from 'react'

Expand Down

0 comments on commit 60c8cf7

Please sign in to comment.