Skip to content

Instantly share code, notes, and snippets.

View ArfaniAsra's full-sized avatar
🎯
Focusing

Muhammad Arfani Asra ArfaniAsra

🎯
Focusing
View GitHub Profile
@ArfaniAsra
ArfaniAsra / src-components-ContactApp.jsx
Created January 28, 2024 04:58
React UI Component: Contact-Apps
import React from "react";
import ContactList from "./ContactList";
import { getData } from "../utils/data";
function ContactApp() {
const contacts = getData();
return (
<div className="contact-app">
<h1>Daftar Kontak</h1>