INIT(app): initial commit
- Initialize project structure - Add base configuration
This commit is contained in:
3
services/nextjs/app/(movies)/movies/[id]/loading.tsx
Normal file
3
services/nextjs/app/(movies)/movies/[id]/loading.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Loading() {
|
||||
return <h2>Loading a movie :id</h2>;
|
||||
}
|
||||
Reference in New Issue
Block a user