This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues/pull-requests.
|
import {Text} from '@gluestack-ui/themed';
|
|
|
|
function EventPage() {
|
|
return <Text>EventPage</Text>;
|
|
}
|
|
|
|
export default EventPage;
|