// This file is part of Coog. The COPYRIGHT file at the top level of // this repository contains the full copyright notices and license terms. import React from "react"; import { map, get } from 'lodash-es'; import { QuestionsProps } from "./Questions.types"; import Question from '../Question'; import { QuestionProps } from '../Question/Question.types'; import "./Questions.scss"; const Questions = ({ id, title, questions }: QuestionsProps): JSX.Element => (