/** @import { JSX } from "react"; */
export function Test() {
  return <h1 className="test">Test</h1>;
}
