diff --git a/src/components/UserProfileInfo/index.js b/src/components/UserProfileInfo/index.js index 68a4393..7aa7a76 100644 --- a/src/components/UserProfileInfo/index.js +++ b/src/components/UserProfileInfo/index.js @@ -1,18 +1,10 @@ import React from "react"; -import CurrentDateShamsi from "../CurrentDateShamsi"; -import CurrentTime from "../CurrentTime"; -import ProfileInfo from "../ProfileInfo"; +import DistributedData from "../DistributedData"; const UserProfileInfo = () => { return ( -