Files
imexmobile/components/screen-camera-job-search/screen-camera-job-search.component.jsx
2020-11-09 20:39:45 -08:00

11 lines
213 B
JavaScript

import React from "react";
import { Text, View } from "react-native";
export default function ScreenCameraJobSearch() {
return (
<View>
<Text>This is the media cache screen.</Text>
</View>
);
}