created sign up page ui

This commit is contained in:
Sanidhya Kumar Verma
2024-08-29 15:37:44 +00:00
committed by GitHub
parent 77030fd4c2
commit de8ca40dcf
5 changed files with 153 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ButtonProps } from "@/types/type";
import type { ButtonProps } from "@/types/type";
import React from "react";
import { Text, TouchableOpacity } from "react-native";