update src/components/Accordion/index.js and src/components/Questions/index.js

master
mahdi 2 years ago
parent 31433e6377
commit 2b89b344e2
  1. BIN
      public/images/blue-cancle-icon.jpeg
  2. BIN
      public/images/blue-hamburger-menu.jpeg
  3. 4
      src/components/Accordion/index.js
  4. 2
      src/components/Questions/index.js

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

@ -1,7 +1,7 @@
import React, { useState } from "react"; import React, { useState } from "react";
import { DragDropContext, Droppable, Draggable } from "react-beautiful-dnd"; import { DragDropContext, Droppable, Draggable } from "react-beautiful-dnd";
import CircleInCircle from "../../MiniComponents/CircleInCircle"; import CircleInCircle from "../CircleInCircle";
import Button from "../../ButtonDesign/Button"; import Button from "../Button";
const finalSpaceCharacters = [ const finalSpaceCharacters = [
{ {

@ -1,4 +1,5 @@
import React from "react"; import React from "react";
import Accordion from "../Accordion";
import CustomSelectBox from "../CustomSelectBox"; import CustomSelectBox from "../CustomSelectBox";
const Questions = () => { const Questions = () => {
@ -12,6 +13,7 @@ const Questions = () => {
{ title: "سوال شماره ۳" }, { title: "سوال شماره ۳" },
]} ]}
/> />
<Accordion />
</div> </div>
); );
}; };

Loading…
Cancel
Save