Skip to content

Commit

Permalink
TW-1180 Fix rest of dependencies cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Dec 7, 2023
1 parent 3761aaa commit 68c156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import classNames from 'clsx';

import { ReactComponent as DangerIcon } from 'app/icons/danger.svg';
import { t, T } from 'lib/i18n';
import { getOnlineStatus } from 'lib/temple/front';
import { getOnlineStatus } from 'lib/temple/front/get-online-status';

interface ErrorBoundaryProps extends React.PropsWithChildren {
className?: string;
Expand Down

0 comments on commit 68c156b

Please sign in to comment.