finish implementing draft features in blog
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
"use server";
|
||||
|
||||
import { redirect } from "next/navigation";
|
||||
import { isLoggedIn } from "../write/auth";
|
||||
import { isLoggedIn } from "@/components/auth";
|
||||
import FormComponent from "./Form";
|
||||
|
||||
export default async function Login() {
|
||||
|
Reference in New Issue
Block a user