renamed component to screentimeticketbrowser

This commit is contained in:
jfrye122
2023-05-05 12:13:47 -04:00
parent 9e6bd25280
commit 5f96941a85
3 changed files with 15 additions and 13 deletions

View File

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