Skip to content

Commit

Permalink
refactor: update header to use theme radio component
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyw4 committed Nov 24, 2021
1 parent 3d9cd62 commit 39b224c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/organisms/Header/Header.component.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { ProfileCard } from '../ProfileCard'
import { LanguageSelect } from '../../atoms/LanguageSelect/LanguageSelect.component';
import { ThemeRadio } from "../../atoms/ThemeRadio/ThemeRadio.component";

export function Header(){
return (
<header>
<ProfileCard />
<LanguageSelect />
<ThemeRadio />
</header>
);
}

0 comments on commit 39b224c

Please sign in to comment.