mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-29 11:21:49 -05:00
alias top-level imports
This commit is contained in:
15
src/App.jsx
15
src/App.jsx
@@ -11,14 +11,13 @@ import styled from 'styled-components';
|
||||
import { t } from '@lingui/macro';
|
||||
import { withI18n } from '@lingui/react';
|
||||
|
||||
import { ConfigAPI, MeAPI, RootAPI } from './api';
|
||||
import { ConfigProvider } from './contexts/Config';
|
||||
|
||||
import About from './components/About';
|
||||
import AlertModal from './components/AlertModal';
|
||||
import NavExpandableGroup from './components/NavExpandableGroup';
|
||||
import BrandLogo from './components/BrandLogo';
|
||||
import PageHeaderToolbar from './components/PageHeaderToolbar';
|
||||
import { ConfigAPI, MeAPI, RootAPI } from '@api';
|
||||
import About from '@components/About';
|
||||
import AlertModal from '@components/AlertModal';
|
||||
import NavExpandableGroup from '@components/NavExpandableGroup';
|
||||
import BrandLogo from '@components/BrandLogo';
|
||||
import PageHeaderToolbar from '@components/PageHeaderToolbar';
|
||||
import { ConfigProvider } from '@contexts/Config';
|
||||
|
||||
const PageHeader = styled(PFPageHeader)`
|
||||
& .pf-c-page__header-brand-link {
|
||||
|
||||
Reference in New Issue
Block a user