Skip to content

Commit 7f36dd0

Browse files
committed
removed router from mainpage
1 parent 1e3a3f2 commit 7f36dd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/app/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
"use client";
22

33
import { Button } from "@mantine/core";
4-
import { useRouter } from "next/navigation";
54
import { useEffect } from "react";
65
import Link from "next/link";
76
import { IconArrowRight } from "@tabler/icons-react";
87
import DotBackground from "@/components/ui/dot-background";
98
import { useFilterContext } from "@/context/filter/filter-context";
109
export default function Page() {
11-
const router = useRouter();
1210
const { filters, updateFilters } = useFilterContext();
1311

1412
useEffect(() => {

0 commit comments

Comments
 (0)