chore: add status widget

This commit is contained in:
Ephraim Atta-Duncan
2024-03-21 13:40:48 +00:00
parent 67beb8225c
commit fa25f6d24e
7 changed files with 158 additions and 140 deletions

View File

@ -1,3 +1,5 @@
'use client';
import { motion } from 'framer-motion';
import { Monitor, MoonStar, Sun } from 'lucide-react';
import { useTheme } from 'next-themes';