Skip to content

Commit

Permalink
added tableWrapper from component package
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Sep 19, 2023
1 parent e065b4d commit cea8898
Show file tree
Hide file tree
Showing 10 changed files with 206 additions and 347 deletions.
187 changes: 34 additions & 153 deletions pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"description": "skeleton-pip",
"author": "Conduction",
"keywords": ["gatsby"],
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
Expand All @@ -21,7 +23,7 @@
"prepare": "cd .. && husky install"
},
"dependencies": {
"@conduction/components": "2.2.5",
"@conduction/components": "2.2.7",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
Expand Down
1 change: 0 additions & 1 deletion pwa/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ export * from "./link/Link";
export * from "./organizationCard/OrganizationCard";
export * from "./pagination/pagination";
export * from "./resultsDisplaySwitch/ResultsDisplaySwitch";
export * from "./tableWrapper/TableWrapper";
30 changes: 0 additions & 30 deletions pwa/src/components/tableWrapper/TableWrapper.module.css

This file was deleted.

52 changes: 0 additions & 52 deletions pwa/src/components/tableWrapper/TableWrapper.tsx

This file was deleted.

Loading

0 comments on commit cea8898

Please sign in to comment.