Added login and logout

This commit is contained in:
jfrye122
2023-04-20 22:38:22 -04:00
parent b7b6877478
commit f3384d4e36
11 changed files with 133 additions and 37 deletions

View File

@@ -0,0 +1,11 @@
import React from "react";
import { View, Text } from "react-native";
export default function ScreenApTimeTicketList() {
return (
<View>
<Text>Time Ticket List goes here</Text>
</View>
);
}