Added clickAwayHandler + POST functionality + Bug fixed.

This commit is contained in:
Daniel
2023-02-14 00:52:47 +03:30
parent eadf021939
commit cefeb5e7a9
6 changed files with 94 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import MainLayout from "@/components/Layouts/MainLayout";
import MainLayout from "@/Layouts/MainLayout";
import "@/styles/globals.css";
import { SessionProvider } from "next-auth/react";
import type { AppProps } from "next/app";