Skip to content

Commit

Permalink
remove unused hook
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Nov 6, 2024
1 parent f9329da commit c4ca4d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
5 changes: 0 additions & 5 deletions app/components/AgentAssets.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useCallback, useEffect, useMemo, useState } from 'react';
import getNfts from '../hooks/useGetNfts';

// TODO: add assets
export default function AgentAssets() {
Expand Down Expand Up @@ -30,10 +29,6 @@ export default function AgentAssets() {
return () => setTab(tab);
}, []);

useEffect(() => {
getNfts();
}, []);

return (
<div className="mr-2 mb-4 rounded-sm bg-black p-4">
<div className="flex flex-col items-start gap-4">
Expand Down
47 changes: 0 additions & 47 deletions app/hooks/useGetNfts.ts

This file was deleted.

0 comments on commit c4ca4d1

Please sign in to comment.