Skip to content

Commit

Permalink
PageHeaderContainer is reusable item
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Jun 6, 2024
1 parent f52b268 commit b0a1a3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions apps/website/src/app/demos/dashboard-trade/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ import GridTwoColumns from '@/components/Grid/TwoColumns'
import TableBody from '@/components/Coingecko/TableBody'
import TableHeader from '@/components/Coingecko/TableHeader'
import CustomAlert from '@/components/Coingecko/CustomAlert'
import PageHeaderContainer from '@/components/Coingecko/PageHeaderContainer'

import {Slogan} from '@/styled-components'
import Table from '@/styled-components/Coingecko/Table/Table'

import {PageHeaderContainer} from './Components'

import useSortingCryptoCurrencyList from '@/hooks/coingecko/simplePrices/useSortingCryptoCurrencyList'
import {useCryptoCurrencyList} from './hooks'

Expand Down

0 comments on commit b0a1a3f

Please sign in to comment.