import Avatar from 'components/Avatar' import logo from 'assets/logo.svg' const randoms = [ [1, 2], [3, 4, 5], [6, 7] ] function App() { return (

Welcome!

This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier.

Start building for free
) } export default App