Skip to content

Commit

Permalink
Static build and Pagination-production
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintamakuwala committed Oct 18, 2023
1 parent 69f6b88 commit 6b31925
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/react/build/static/js/main.7087bd13.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-components",
"version": "0.1.0",
"private": true,
"homepage": "https://kevintamakuwala.github.io/Frontend-Treasure/components/react/build/",
"homepage": "https://csiddu.github.io/Frontend-Treasure/components/react/build/",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
Expand Down
5 changes: 5 additions & 0 deletions components/react/src/pages/pagination/Pagination.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Author: Kevin Tamakuwala (Github: @kevintamakuwala)
* Date: 18/10/2003
*/

import React, { useState, useEffect } from "react";
import ReactPaginate from "react-paginate";
import "./pagination.css";
Expand Down

0 comments on commit 6b31925

Please sign in to comment.