allow printing of more than one page

This commit is contained in:
Amruth Pillai
2020-03-26 20:10:25 +05:30
parent 79de7d7284
commit 178d12fae9
6 changed files with 363 additions and 1250 deletions

View File

@ -4,9 +4,9 @@
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.1",
"@testing-library/user-event": "^10.0.0",
"lodash": "^4.17.15",
"react": "^16.13.1",
"react-dom": "^16.13.1",
@ -55,4 +55,4 @@
"postcss-cli": "^7.1.0",
"tailwindcss": "^1.2.0"
}
}
}