added loader for / redirect to eventTypes
This commit is contained in:
parent
72b24508f1
commit
9051a0d60e
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return null;
|
return (
|
||||||
|
<div className="loader">
|
||||||
|
<span className="loader-inner"></span>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getStaticProps() {
|
export async function getStaticProps() {
|
||||||
|
|
Loading…
Reference in a new issue