Skip to content

Commit

Permalink
ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman committed Jan 18, 2024
1 parent 53491ef commit c94c5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-ui/components/react/sideHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ import { FaDiscord, FaTwitter, FaGithub, FaInfo } from 'react-icons/fa';
import { IoIosDocument } from 'react-icons/io';
import { MdPrivacyTip } from 'react-icons/md';

import { DrawerControlProvider } from '@/state/chains/drawerControlProvider';

import { WalletButton } from '../wallet-button';

import { DrawerControlProvider } from '@/state/chains/drawerControlProvider';

export const SideHeader = () => {
const router = useRouter();
Expand Down

0 comments on commit c94c5b5

Please sign in to comment.