Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
alimuzzaman committed Aug 27, 2023
1 parent 06ff233 commit e31f044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/Admin/Settings/app/Settings/fields/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { DayCellMountArg, EventContentArg, EventDropArg } from "@fullcalendar/co
import { format } from "@wordpress/date";
import { __ } from "@wordpress/i18n";
import classNames from "classnames";
import "../../assets/sass/utils/_Calendar.scss";
import "../../assets/sass/utils/_calendar.scss";
import CategorySelect from "./Calendar/Category";
import { ModalContent } from "./Calendar/EditPost";
import PostCard from "./Calendar/EventRender";
Expand Down
2 changes: 1 addition & 1 deletion includes/Admin/Settings/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
...defaultConfig,
entry: {
'admin': path.resolve(__dirname, 'app/admin.jsx'),
'calendar': path.resolve(__dirname, 'app/calendar.jsx'),
'calendar': path.resolve(__dirname, 'app/Calendar.jsx'),
},

output: {
Expand Down

0 comments on commit e31f044

Please sign in to comment.