This commit is contained in:
2026-02-03 17:33:46 -07:00
parent d9fa967ade
commit be4b8fc3ee
11 changed files with 48 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
'use client'
import { useEffect, useState } from 'react'
import { useEffect } from 'react'
import './Installs.css'
import { useGlobal } from './GlobalProvider'
import Link from 'next/link'