update 3 files and delete 6 files

master
mahdi 3 years ago
parent 630b93e0e3
commit 8bcec54931
  1. 4
      src/App.js

@ -93,6 +93,7 @@ import CurrentTime from "./components/CurrentTime";
import CurrentDateShamsi from "./components/CurrentDateShamsi"; import CurrentDateShamsi from "./components/CurrentDateShamsi";
import DateTime from "./components/DateTime"; import DateTime from "./components/DateTime";
import CardDesign3 from "./components/CardDesign3"; import CardDesign3 from "./components/CardDesign3";
import CustomToast2 from "./components/CustomToast2";
function App() { function App() {
return ( return (
@ -143,7 +144,7 @@ function App() {
{/* <CardTrelloDesign /> */} {/* <CardTrelloDesign /> */}
{/* <ReligiousTimes /> */} {/* <ReligiousTimes /> */}
{/* <DistributedData /> */} {/* <DistributedData /> */}
<CardDesign1 /> {/* <CardDesign1 /> */}
{/* <CardDesign2 /> */} {/* <CardDesign2 /> */}
<CardDesign3 /> <CardDesign3 />
{/* <LeafletMap /> */} {/* <LeafletMap /> */}
@ -179,6 +180,7 @@ function App() {
{/* <IndianaDragScroll /> */} {/* <IndianaDragScroll /> */}
{/* <IconText /> */} {/* <IconText /> */}
{/* <CustomToast /> */} {/* <CustomToast /> */}
{/* <CustomToast2 /> */}
{/* <DateRangePicker /> */} {/* <DateRangePicker /> */}
{/* <BoxNextToEachOther /> */} {/* <BoxNextToEachOther /> */}
{/* <ProfileInfo /> */} {/* <ProfileInfo /> */}

Loading…
Cancel
Save