Skip to content

Commit

Permalink
fix(admin-ui): remove unused react-big-calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Jun 14, 2022
1 parent 5e90973 commit 35fc389
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion admin-ui/app/styles/plugins/plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
@import '~react-bootstrap-typeahead/css/Typeahead.css';
@import '~react-bootstrap-typeahead/css/Typeahead-bs4.css';
@import "~react-datepicker/dist/react-datepicker.css";
@import "~react-big-calendar/lib/css/react-big-calendar.css";
@import "~react-grid-layout/css/styles.css";
@import "~rc-slider/assets/index.css";
1 change: 0 additions & 1 deletion admin-ui/app/styles/plugins/plugins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@import "react-bootstrap-typeahead";
@import "react-datepicker";
@import "font-awesome";
@import "react-big-calendar";
@import "font-awesome";
@import "react-grid-layout";
@import "font-awesome";
Expand Down
1 change: 0 additions & 1 deletion admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
"rc-slider": "^8.6.13",
"react": "^18.1.0",
"react-beautiful-dnd": "^11.0.4",
"react-big-calendar": "^0.36.1",
"react-block-ui": "^1.3.3",
"react-bootstrap-typeahead": "^4.0.0-alpha.9",
"react-date-range": "^1.4.0",
Expand Down

0 comments on commit 35fc389

Please sign in to comment.