import { APITester } from "./APITester"; import "./index.css"; import logo from "./logo.svg"; import reactLogo from "./react.svg"; export function App() { return (
Bun Logo React Logo

Bun + React

Edit src/App.tsx and save to test HMR

); } export default App;