refactor: improve board manage page (#323)

* refactor: improve board manage page

* chore: address pull request feedback
This commit is contained in:
Meier Lukas
2024-04-13 12:42:03 +02:00
committed by GitHub
parent 6b1879cbb1
commit 9ed298d641
10 changed files with 200 additions and 60 deletions

View File

@@ -1 +1 @@
export { signIn, signOut } from "next-auth/react";
export { signIn, signOut, useSession, SessionProvider } from "next-auth/react";