mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
wip: Add Sagyobar pags
This commit is contained in:
5
app/[locale]/bar/layout.tsx
Normal file
5
app/[locale]/bar/layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Suspense } from 'react';
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return <Suspense>{children}</Suspense>;
|
||||
}
|
Reference in New Issue
Block a user