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