Configuración inicial del proyecto: estructura de directorios y dependencias mínimas instaladas
This commit is contained in:
6
app/loading.tsx
Normal file
6
app/loading.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Loading } from '@/components/common/Loading';
|
||||
|
||||
export default function GlobalLoading() {
|
||||
return <Loading />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user