From 38c1e0cadf63de82473b0bf28409c3291b6e6179 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 24 Apr 2022 17:03:53 +0430 Subject: [PATCH] add --- src/App.js | 2 +- src/components/UserProfileInfo/index.js | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/App.js b/src/App.js index ef63201..4d3823d 100644 --- a/src/App.js +++ b/src/App.js @@ -141,7 +141,7 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} diff --git a/src/components/UserProfileInfo/index.js b/src/components/UserProfileInfo/index.js index 7aa7a76..da126c6 100644 --- a/src/components/UserProfileInfo/index.js +++ b/src/components/UserProfileInfo/index.js @@ -1,11 +1,14 @@ import React from "react"; import DistributedData from "../DistributedData"; +import ProfileInfo from "../ProfileInfo"; +import DateTime from "../DateTime"; + const UserProfileInfo = () => { return ( -
- -
+ }, { name: }]]} + /> ); };