tsk-8: View contacts (#17)

Closes #8

Reviewed-on: phoenix/textsender#17
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-12-30 00:47:08 +00:00
committed by phoenix
parent 6f952dc8df
commit c2ade93c3f
5 changed files with 821 additions and 6 deletions
+1
View File
@@ -6,6 +6,7 @@ import {
DATA_KEY_ADDED_CONTACT_ID,
DATA_KEY_USER_ID,
} from '../constants/app';
import './AddContact.css';
const AddContact = ({ isOpen, onClose, onSuccess }) => {