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

Commit

Permalink
fixed issues and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ShantelPeters committed Nov 29, 2024
1 parent c11c036 commit bec7e2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ const NavLinks = () => (
</ul>
);
export default NavBar;
}
1 change: 1 addition & 0 deletions frontend/src/components/Scan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { fetchIpfsFile } from '@/services/apiService';
import { useAccount, useReadContract } from '@starknet-react/core';
import React, { useEffect, useMemo, useState } from 'react';
import { useParams } from 'next/navigation';
import Image from 'next/image';
import Modal from '@/app/Modal';
import { abi } from '@/lib/abi';
type ProductProps = {
Expand Down

0 comments on commit bec7e2a

Please sign in to comment.