feat: add weather toggle in settings
This commit is contained in:
parent
37cd6d3ab5
commit
11d24936c7
3 changed files with 60 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
'use client';
|
||||
import { Cloud, Sun, CloudRain, CloudSnow, Wind } from 'lucide-react';
|
||||
import { useEffect, useState } from 'react';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue