Skip to content

Commit

Permalink
chore: remove LimitedHeader (#2978)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-codecov authored Jul 2, 2024
1 parent cf4e398 commit 71b1cc8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 172 deletions.
2 changes: 0 additions & 2 deletions src/layouts/BaseLayout/BaseLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import SessionExpiryTracker from 'ui/SessionExpiryTracker'

import { useUserAccessGate } from './hooks/useUserAccessGate'

const LimitedHeader = lazy(() => import('layouts/LimitedHeader'))
const DefaultOrgSelector = lazy(() => import('pages/DefaultOrgSelector'))
const InstallationHelpBanner = lazy(() => import('./InstallationHelpBanner'))
const TermsOfService = lazy(() => import('pages/TermsOfService'))
Expand Down Expand Up @@ -77,7 +76,6 @@ function BaseLayout({ children }) {
</>
) : (
<Suspense fallback={null}>
<LimitedHeader />
{showDefaultOrgSelector && <InstallationHelpBanner />}
</Suspense>
)}
Expand Down
42 changes: 0 additions & 42 deletions src/layouts/LimitedHeader/LimitedHeader.jsx

This file was deleted.

127 changes: 0 additions & 127 deletions src/layouts/LimitedHeader/LimitedHeader.spec.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/layouts/LimitedHeader/index.js

This file was deleted.

0 comments on commit 71b1cc8

Please sign in to comment.