update src/components/MiniComponents/index.js

master
mahdi 2 years ago
parent 18f114058c
commit 4683dc0ba2
  1. 8
      public/images/offersectionalex-lvrs-HDjExSGuWUw-unsplash.svg
  2. 8
      public/images/offersectionalexander-mils-nG4ZimMIO_k-unsplash.svg
  3. 8
      public/images/offersectionkobby-mendez-w0_w3N_hG00-unsplash.svg
  4. 8
      public/images/offersectionno-revisions-Fa8lOzYsTss-unsplash.svg
  5. 7
      src/components/MiniComponents/OfferSection/index.js
  6. 2
      src/components/MiniComponents/index.js

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 78 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 134 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 130 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 164 KiB

@ -0,0 +1,7 @@
import React from "react";
const OfferSection = () => {
return <div>OfferSection</div>;
};
export default OfferSection;

@ -11,6 +11,7 @@ import CircleInCircle from "./CircleInCircle";
import DropDown from "./DropDown";
import IconText from "./IconText";
import SelectYear from "./SelectYear";
import OfferSection from "./OfferSection";
function MiniComponents() {
const list = {
@ -25,6 +26,7 @@ function MiniComponents() {
9: <DropDown />,
10: <IconText />,
11: <SelectYear />,
12: <OfferSection />,
};
const [type, setType] = useState(1);

Loading…
Cancel
Save