💄 Add loading page

This commit is contained in:
Luke Vella 2024-01-29 18:41:08 +07:00
parent 8a523e442c
commit 93f98cffe6

View file

@ -0,0 +1,3 @@
export default function Loading() {
return null;
}