import { useState } from "react"; export function ClearLocalStorage() { const [msg, setMsg] = useState('') return (