mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Iterated with translations
This commit is contained in:
8
components/layout/header/header-root.tsx
Normal file
8
components/layout/header/header-root.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { cn } from 'lib/utils'
|
||||
import { FC, ReactNode } from 'react'
|
||||
|
||||
const HeaderRoot: FC<{ children?: ReactNode }> = ({ children }) => {
|
||||
return <header className={cn('w-full bg-app')}>{children}</header>
|
||||
}
|
||||
|
||||
export default HeaderRoot
|
Reference in New Issue
Block a user