Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore: run prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Oct 27, 2024
1 parent aa0d4ac commit 486cc16
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/src/components/Scan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ import {
StarIcon,
StarIcon2,
} from '@/assets/icons/icons';
import {
CONTRACT_ADDR,
formatDate,
formatIpfsHash,
} from '@/lib/config';
import { CONTRACT_ADDR, formatDate, formatIpfsHash } from '@/lib/config';
import { fetchIpfsFile } from '@/services/apiService';
import { useAccount, useContractRead } from '@starknet-react/core';
import React, { useEffect, useMemo, useState } from 'react';
Expand Down

0 comments on commit 486cc16

Please sign in to comment.