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