todosLists/Screen/SignUpScreen.js

11 lines
164 B
JavaScript
Raw Normal View History

2022-02-11 08:58:55 +01:00
import React from 'react'
import { Text, View } from 'react-native'
export default function SignUpScreen() {
return (
<>
Page Inscription
</>
);
}