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: }]]} + /> ); };