pl-fe: Avoid barrel imports
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -2,7 +2,7 @@ import React, { Suspense, useEffect, useRef } from 'react';
|
||||
import { ErrorBoundary, type FallbackProps } from 'react-error-boundary';
|
||||
import { Redirect, Route, useHistory, RouteProps, RouteComponentProps, match as MatchType, useLocation } from 'react-router-dom';
|
||||
|
||||
import { Layout } from 'pl-fe/components/ui';
|
||||
import Layout from 'pl-fe/components/ui/layout';
|
||||
import { useOwnAccount, useSettings } from 'pl-fe/hooks';
|
||||
|
||||
import ColumnForbidden from '../components/column-forbidden';
|
||||
|
||||
Reference in New Issue
Block a user