feat: add weather toggle in settings

This commit is contained in:
Samuel Dockery 2025-08-10 10:03:54 -07:00
parent 37cd6d3ab5
commit 11d24936c7
3 changed files with 60 additions and 3 deletions

View file

@ -1,3 +1,4 @@
'use client';
import { Cloud, Sun, CloudRain, CloudSnow, Wind } from 'lucide-react';
import { useEffect, useState } from 'react';