Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyHuang26 authored Dec 14, 2024
1 parent 8aa9ef4 commit a9d6c17
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/RequestsPage.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import React from 'react';
import './RequestsPage.css'
import Request_Page_List from "../Request_Page_List"

const RequestsPage = () => {
return (
<div className="requests-page-container">
<h1>Your Requests Dashboard</h1>
<Request_Page_List />
</div>
);
};

export default RequestsPage;

0 comments on commit a9d6c17

Please sign in to comment.