Skip to content
Snippets Groups Projects
app.tsx 70 B
Newer Older
insert's avatar
insert committed
export function App() {
	return (
		<>
insert's avatar
insert committed
			<h1>REVOLT</h1>
insert's avatar
insert committed
		</>
	)
}