'use client' import AcmeLogo from '@/app/ui/acme-logo'; import { ArrowRightIcon } from '@heroicons/react/24/outline'; import Link from 'next/link'; import Image from 'next/image'; import {useRouter} from "next/navigation"; export default function Home() { const { replace } = useRouter(); replace("/task/project") return (
{/*
*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/* */} {/* Welcome to Acme. This is the example for the{' '}*/} {/* */} {/* Next.js Learn Course*/} {/* */} {/* , brought to you by Vercel.*/} {/*

*/} {/* */} {/* Log in*/} {/* /!**!/*/} {/* */} {/*
*/} {/*
*/} {/* /!* Add Hero Images Here *!/*/} {/* */} {/* */} {/*
*/} {/*
*/}
); }