You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-15 22:41:05 +03: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