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
| /* | |
| * Author: Irvin Paredes | |
| * Date: 09-19-2024 | |
| * Purpose: Application to display information about people with active status and sorting. | |
| */ | |
| import React, { useState, useEffect } from "react"; | |
| import logo from "./logo.svg"; | |
| import "./App.css"; | |
| import "bootstrap/dist/css/bootstrap.min.css"; | |
| import { Sort } from "./components/People/Sort"; |