mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
#591 - databases
This commit is contained in:
5
resources/js/components/header-container.tsx
Normal file
5
resources/js/components/header-container.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
export default function HeaderContainer({ children }: { children: ReactNode }) {
|
||||
return <div className="flex items-center justify-between">{children}</div>;
|
||||
}
|
Reference in New Issue
Block a user