- added Konvas lib
- added feed from proof of concept
This commit is contained in:
11
src/features/cameras/components/CameraGrid.tsx
Normal file
11
src/features/cameras/components/CameraGrid.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import VideoFeedCard from "./VideoFeedCard";
|
||||
|
||||
const CameraGrid = () => {
|
||||
return (
|
||||
<div className="grid grid-cols-1 md:grid-cols-2">
|
||||
<VideoFeedCard />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default CameraGrid;
|
||||
Reference in New Issue
Block a user