Skip to content

Commit

Permalink
chore: clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Jun 29, 2023
1 parent 616a60d commit 7996d2b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions packages/docs/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,10 @@ import {
cibTwitter,
cilCloudDownload,
cilMenu,
cilSun,
cilMoon,
cilContrast,
cilHandshake,
} from '@coreui/icons'

import {
CButton,
CDropdown,
CDropdownItem,
CDropdownMenu,
CDropdownToggle,
CHeader,
CHeaderNav,
CHeaderToggler,
CNavItem,
} from '@coreui/react/src'
import { CButton, CHeader, CHeaderNav, CHeaderToggler, CNavItem } from '@coreui/react/src'
import { AppContext } from './../AppContext'

const Header: FC = () => {
Expand Down

0 comments on commit 7996d2b

Please sign in to comment.