import { useState } from "react"; export function Intro(props) { const [temp, setTemp] = useState(30); return (

Welcome to Aim Test

Try to hit as many targets in the time limit

Good Luck



); }