Skip to content

Commit

Permalink
Update import of TitleManager
Browse files Browse the repository at this point in the history
  • Loading branch information
danetsao committed Nov 6, 2023
1 parent 9d87b38 commit 78465bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/CalendarSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { ErrorBoundary } from '@folio/stripes/components';
import { Settings, SettingsProps } from '@folio/stripes/smart-components';
import React, { FunctionComponent } from 'react';
import { FormattedMessage, useIntl, TitleManager } from 'react-intl';
import { FormattedMessage, useIntl } from 'react-intl';
import { TitleManager } from '@folio/stripes/core';
import AllCalendarView from './AllCalendarView';
import CurrentAssignmentView from './CurrentAssignmentView';
import MonthlyCalendarPickerView from './MonthlyCalendarPickerView';
Expand Down

0 comments on commit 78465bc

Please sign in to comment.