Skip to content

Commit

Permalink
UIEUS-302-change-imports (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
alb3rtino authored Oct 18, 2022
1 parent 7b0cc81 commit 1f86176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/JobsView/JobsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import {
Pane,
PaneMenu,
Paneset,
} from '@folio/stripes-components';
} from '@folio/stripes/components';
import {
SearchAndSortQuery
} from '@folio/stripes-smart-components';
} from '@folio/stripes/smart-components';
import { useIntl, FormattedMessage } from 'react-intl';
import { get } from 'lodash';
import { useStripes } from '@folio/stripes/core';
Expand Down
2 changes: 1 addition & 1 deletion src/routes/JobsViewRoute.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import PropTypes from 'prop-types';
import { stripesConnect } from '@folio/stripes/core';
import { StripesConnectedSource, makeQueryFunction } from '@folio/stripes-smart-components';
import { StripesConnectedSource, makeQueryFunction } from '@folio/stripes/smart-components';
import { useState } from 'react';
import JobsView from '../components/JobsView';

Expand Down

0 comments on commit 1f86176

Please sign in to comment.