"use client"; import React, { useEffect, useState } from "react"; import Image from "next/image"; import { Separator } from "@/components/ui/separator"; import { DateTime } from "luxon"; function Header() { return (
Simple and beautiful dashboard
👋 Overview
where the time is
{mouted && ({DateTime.now().setLocale("en-US").toLocaleString(time)}
)}