added loader for / redirect to eventTypes

pull/403/head
Peer Richelsen 2021-08-02 19:57:35 +02:00
parent 72b24508f1
commit 9051a0d60e
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
export default function Home() {
return null;
return (
<div className="loader">
<span className="loader-inner"></span>
</div>
);
}
export async function getStaticProps() {