import React, { useState } from "react"; import CurrentDateShamsi from "./CurrentDateShamsi"; import CurrentTime from "./CurrentTime"; import DateTime from "./DateTime"; function CurrentDateTime() { const list = { 1: , 2: , 3: , }; const [type, setType] = useState(1); return (