Skip to content

Commit

Permalink
fix(navigation): next
Browse files Browse the repository at this point in the history
  • Loading branch information
miladtsx committed Oct 11, 2024
1 parent ba822aa commit e237267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[username]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client"
import { useEffect, useState } from 'react';
import { useParams } from 'react-router-dom'; // Change this
import { useParams } from 'next/navigation';
import Preview from '@/components/Preview';
import { useBlockchain } from "@/context/BlockchainProvider";
import { useContractMethods } from '@/hooks/useContractMethods';
Expand Down

0 comments on commit e237267

Please sign in to comment.