We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3a3f2 commit 7f36dd0Copy full SHA for 7f36dd0
frontend/src/app/page.tsx
@@ -1,14 +1,12 @@
1
"use client";
2
3
import { Button } from "@mantine/core";
4
-import { useRouter } from "next/navigation";
5
import { useEffect } from "react";
6
import Link from "next/link";
7
import { IconArrowRight } from "@tabler/icons-react";
8
import DotBackground from "@/components/ui/dot-background";
9
import { useFilterContext } from "@/context/filter/filter-context";
10
export default function Page() {
11
- const router = useRouter();
12
const { filters, updateFilters } = useFilterContext();
13
14
useEffect(() => {
0 commit comments