Skip to content

Commit

Permalink
Merge pull request #7 from ildecimo/develop
Browse files Browse the repository at this point in the history
added loading
  • Loading branch information
maxdyy committed Aug 10, 2023
2 parents 1f9f878 + ed13b92 commit 9f8ec6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/productReview/[productId]/loading.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use client';

import Loader from '~/components/Loader';

export default function Loading() {
return <Loader minHeight="90vh" />;
}

0 comments on commit 9f8ec6f

Please sign in to comment.