Skip to content

Instantly share code, notes, and snippets.

@mirsahib
Created December 19, 2021 12:04
Show Gist options
  • Save mirsahib/c386c856fcfb9072be9f46f15a894d57 to your computer and use it in GitHub Desktop.
Save mirsahib/c386c856fcfb9072be9f46f15a894d57 to your computer and use it in GitHub Desktop.
import React from 'react';
import CameraScreen from './CameraScreen';
export default function App() {
return (
<CameraScreen/>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment