feat: loading

This commit is contained in:
Nevo David 2024-03-10 00:14:35 +07:00
parent 07cd2e5ece
commit 18e60019ad
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
import { LoadingComponent } from '@gitroom/frontend/components/layout/loading';
export default function Loading() {
return <LoadingComponent />;
}