Skip to content

Commit

Permalink
chore: clean up unused imports in Header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
heyJonBray committed Aug 7, 2024
1 parent ae06f40 commit f5e8ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';
import React, { useEffect, useState } from 'react';
import { Button, IconButton, Image, Tooltip } from '@chakra-ui/react';
import { Image, Tooltip } from '@chakra-ui/react';
import Link from 'next/link';
import { client } from '@/components/ConnectWallet/client';
import { ConnectButton } from 'thirdweb/react';
Expand Down

0 comments on commit f5e8ffb

Please sign in to comment.