finish implementing draft features in blog

This commit is contained in:
2025-04-02 01:30:34 +02:00
parent ac420f1419
commit 59422c5f67
11 changed files with 179 additions and 36 deletions

View File

@ -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() {