This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* eslint-disable jsx-a11y/aria-role */ | |
| import React, { useState } from "react"; | |
| function App() { | |
| /** | |
| * keep this following data as default data in agenda details as it is required for testing | |
| * [ | |
| { | |
| title: "Angular", | |
| description: "Some description about the angular", |