- implement setup page with video feed and preview functionality
This commit is contained in:
11
src/features/setup/Setup.tsx
Normal file
11
src/features/setup/Setup.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import VideoFeedSetup from "./components/videofeed/VideoFeedSetup";
|
||||
|
||||
const Setup = () => {
|
||||
return (
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-5">
|
||||
<VideoFeedSetup />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Setup;
|
||||
Reference in New Issue
Block a user