tsk-3: Dashboard (#7)

Closes #3

Reviewed-on: phoenix/textsender#7
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-12-14 21:16:05 +00:00
committed by phoenix
parent ef4952b8cb
commit 6514f290d7
8 changed files with 341 additions and 18 deletions
+1
View File
@@ -1,4 +1,5 @@
import React, { useState, useEffect } from 'react';
import './Register.css';
const PhoneVerification = ({ phoneNumber, onVerify, onResend }) => {