import { View, Text } from "react-native"; import { currentCourse } from "../../utils/constants"; import styles from "../../styles/bioSketch.module"; const Footer = () => { return ( <> {currentCourse} ); }; export default Footer;