mirror of
https://github.com/vercel/commerce.git
synced 2025-06-04 23:36:58 +00:00
6 lines
183 B
TypeScript
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;
|
|
}
|