mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 09:46:26 +02:00
💄 Add loading page
This commit is contained in:
parent
8a523e442c
commit
93f98cffe6
1 changed files with 3 additions and 0 deletions
3
apps/web/src/app/[locale]/poll/[urlId]/loading.tsx
Normal file
3
apps/web/src/app/[locale]/poll/[urlId]/loading.tsx
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default function Loading() {
|
||||
return null;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue