Skip to content

Commit

Permalink
camel case component name in import
Browse files Browse the repository at this point in the history
  • Loading branch information
maliroteh-sf committed Dec 12, 2023
1 parent 406f6ed commit fe01220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createElement } from "lwc";
import MobileAppointmentBookingResourceAssignment from "c/MobileAppointmentBookingResourceAssignment";
import MobileAppointmentBookingResourceAssignment from "c/mobileAppointmentBookingResourceAssignment";

describe("c-mobile-appointment-booking-resource-assignment", () => {
afterEach(() => {
Expand Down

0 comments on commit fe01220

Please sign in to comment.