added loader for / redirect to eventTypes
parent
72b24508f1
commit
9051a0d60e
|
@ -1,5 +1,9 @@
|
|||
export default function Home() {
|
||||
return null;
|
||||
return (
|
||||
<div className="loader">
|
||||
<span className="loader-inner"></span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export async function getStaticProps() {
|
||||
|
|
Loading…
Reference in New Issue