Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SuCicada committed May 3, 2024
1 parent c47a8b0 commit b214362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/test/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Page() {
setSelectedValue(value);
};
const pathname = usePathname();
const searchParams = useSearchParams();
// const searchParams = useSearchParams();
useEffect(() => {
const handleHashChange = () => {
setHash(getHash());
Expand Down Expand Up @@ -77,7 +77,7 @@ function Page() {
// console.log(router.asPath)
console.log(hash)
console.log(pathname)
console.log(searchParams)
// console.log(searchParams)
}, []);

const params = useParams();
Expand Down

0 comments on commit b214362

Please sign in to comment.