Skip to content

Commit

Permalink
Merge pull request #14 from farrah-deriv/remove-closeheader
Browse files Browse the repository at this point in the history
remove closeheader component
  • Loading branch information
farrah-deriv authored Apr 24, 2024
2 parents dd267d1 + 8934dac commit 4359b59
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 85 deletions.
26 changes: 0 additions & 26 deletions src/components/CloseHeader/CloseHeader.scss

This file was deleted.

23 changes: 0 additions & 23 deletions src/components/CloseHeader/CloseHeader.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions src/components/CloseHeader/__tests__/CloseHeader.spec.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/CloseHeader/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export * from './Badge';
export * from './BuySellForm';
export * from './Checklist';
export * from './Clipboard';
export * from './CloseHeader';
export * from './Dropdown';
export * from './FileDropzone';
export * from './FloatingRate';
Expand Down
2 changes: 0 additions & 2 deletions src/routes/AppContent/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useEffect, useState } from 'react';
import { useHistory, useLocation } from 'react-router-dom';
import { CloseHeader } from '@/components';
import { BUY_SELL_URL } from '@/constants';
import { api } from '@/hooks';
import { AdvertiserInfoStateProvider } from '@/providers/AdvertiserInfoStateProvider';
Expand Down Expand Up @@ -67,7 +66,6 @@ const AppContent = () => {
setHasCreatedAdvertiser,
}}
>
<CloseHeader />
<div className='app-content'>
<Tabs
activeTab={activeTab}
Expand Down

0 comments on commit 4359b59

Please sign in to comment.