export function App() {
    return (
        <>
            <h1>REVOLT</h1>
        </>
    );
}