diff --git a/apps/infoalloggi/src/pages/_app.tsx b/apps/infoalloggi/src/pages/_app.tsx index ca2b318..d548d20 100644 --- a/apps/infoalloggi/src/pages/_app.tsx +++ b/apps/infoalloggi/src/pages/_app.tsx @@ -72,7 +72,11 @@ const MyApp = ({ } `} - + {!router.pathname.startsWith("/annunci") && ( )} diff --git a/apps/infoalloggi/src/pages/test.tsx b/apps/infoalloggi/src/pages/test.tsx index 8bdefc7..73de635 100644 --- a/apps/infoalloggi/src/pages/test.tsx +++ b/apps/infoalloggi/src/pages/test.tsx @@ -1,35 +1,12 @@ import type { NextPage } from "next"; +import toast from "react-hot-toast"; import { Button } from "~/components/ui/button"; -import { api } from "~/utils/api"; const Test: NextPage = () => { - const { mutate } = api.test.testErr.useMutation(); return (
- - - - -
);