fixed package lock for realsies

This commit is contained in:
Hunter W.
2026-03-27 13:51:31 -04:00
parent ce044e48de
commit a76c3c51f7
3 changed files with 16 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
'use client'
"use client";
import { useState, useEffect } from 'react'
import { useTheme } from 'next-themes'