update App.js

master
mahdi 3 years ago
parent 53b60cad35
commit a2361c51e7
  1. 2
      src/App.js
  2. 27
      src/components/CardDesign3/index.js

@ -92,6 +92,7 @@ import UserProfileInfo from "./components/UserProfileInfo";
import CurrentTime from "./components/CurrentTime";
import CurrentDateShamsi from "./components/CurrentDateShamsi";
import DateTime from "./components/DateTime";
import CardDesign3 from "./components/CardDesign3";
function App() {
return (
@ -144,6 +145,7 @@ function App() {
{/* <DistributedData /> */}
<CardDesign1 />
{/* <CardDesign2 /> */}
<CardDesign3 />
{/* <LeafletMap /> */}
{/* *************************************************** mini components *************************************************** */}

@ -0,0 +1,27 @@
import React from "react";
const CardDesign3 = () => {
return (
<div className="flex flex-row items-center bg-[#F8F8F8] border border-[#BCBCBC] rounded">
CardDesign3
</div>
);
};
export default CardDesign3;
// #BCBCBC
// #B9D1F3
// #2483E1
// #C9E2B3
// #0F0543
// #2A527A
// #468722
// #DAF6E5
Loading…
Cancel
Save