mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-22 20:09:45 +00:00
React
This commit is contained in:
6
frontend/src/components/SiteContainer.tsx
Normal file
6
frontend/src/components/SiteContainer.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
interface Props {
|
||||
children: React.ReactNode;
|
||||
}
|
||||
export function SiteContainer({ children }: Props) {
|
||||
return <div className="container-xl py-3">{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user