Skip to content

Commit

Permalink
Fixing import path
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl committed Dec 18, 2024
1 parent 3b9a45c commit a2792b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import { OrderedMap } from 'immutable';
import * as React from 'react';
import { useQueryParam } from 'use-query-params';
import { MemoryRouter } from 'react-router-dom';
import DefaultQueryParamProvider from 'src/routing/DefaultQueryParamProvider';

import DefaultQueryParamProvider from 'routing/DefaultQueryParamProvider';
import { asMock } from 'helpers/mocking';

import useUrlQueryFilters from './useUrlQueryFilters';
Expand Down

0 comments on commit a2792b6

Please sign in to comment.