commerce/app/[page]/loading.tsx
2025-05-15 12:34:52 +02:00

6 lines
183 B
TypeScript

export default function Loading() {
// Provide a proper skeleton here if the params are high cardinality, and
// fallback shells are preferred over route shells.
return null;
}