import { LoadingComponent } from '@gitroom/frontend/components/layout/loading';
export default function Loading() {
return <LoadingComponent />;
}