You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A "File Entry" component, where it shows the name of the file,
A "Category" component, where it expands on click to show children file components. It should take in a list of file objects and render them into File Entry components. If the list passed in through props is empty, then show text saying something like "There are no files in this category".
Make the buttons in the file entry and category components clickable, but just make it alert something like "Add file clicked for category ___".
The text was updated successfully, but these errors were encountered:
Create two components
Make the buttons in the file entry and category components clickable, but just make it alert something like "Add file clicked for category ___".
The text was updated successfully, but these errors were encountered: