BUR-58 добавлен видео-блок
This commit is contained in:
7
src/components/CameraViewsContainer.tsx
Normal file
7
src/components/CameraViewsContainer.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { PropsWithChildren } from 'react';
|
||||
|
||||
type CameraViewsContainerProps = PropsWithChildren;
|
||||
|
||||
export function CameraViewsContainer({ children }: CameraViewsContainerProps) {
|
||||
return <div className="camera-views-grid">{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user