Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
b-tarczynski committed Jul 10, 2024
1 parent ac3364d commit bd94296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/info/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Colors } from '@/styles/colors'
import { HeaderBar } from '@/components/common/Header'
import { useContractState } from '@/blockchain/hooks/useAuctionState'
import { MediaQueries } from '@/styles/mediaQueries'
import { ContractState } from "@/types/ContractState";
import { ContractState } from '@/types/ContractState'

export const Header = () => {
const { state } = useContractState()
Expand Down

0 comments on commit bd94296

Please sign in to comment.