export { default } from "next-auth/middleware";
export const config = {
matcher: ["/panel"],
pages: {
signIn: "/",
},
};