Skip to content

Commit

Permalink
ver1.0: app added
Browse files Browse the repository at this point in the history
  • Loading branch information
iznor committed May 9, 2022
1 parent 6b4c24b commit 4e925ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions msapps/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function App() {
{/* Image grid area (Images display as 3*3) */}
<div className="grid">{renderList()}</div>
{/* Page number area */}
<p>Category: {category}</p>
<p>Page: {pageNum}</p>
</div>
</>
Expand Down
1 change: 0 additions & 1 deletion msapps/src/Modal.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "./Modal.scss";
import "./App";
import { useState, useEffect } from "react";

function Modal({setPageNum, displayCategories, setDisplayCategories, setCategory, image}) {
const categories = ['Work','Sports', 'Skateboard', 'Music', 'Cooking']; // list of all categories, easily add more.
Expand Down

0 comments on commit 4e925ba

Please sign in to comment.