Added login and logout
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user