added clearParams

This commit is contained in:
IO420
2025-09-29 15:37:56 -06:00
parent d006fc8c0e
commit 88eb4d6e54
21 changed files with 281 additions and 187 deletions
@@ -2,6 +2,7 @@
import { useEffect, useState } from "react";
import "./AlertBox.css";
import ClearParams from "../ClearParams/ClearParams";
interface AlertBoxProps {
message: string | null;