Skip to content

Commit

Permalink
debugging javascript not loading on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Dec 23, 2023
1 parent b02ebfd commit 69ae162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import { application } from "./application"

import MobileNavController from "./mobile_nav_controller"
import MobileNavController from "./mobile_nav_controller.js"
application.register("mobile-nav", MobileNavController)

import WorkWeekController from "./work_week_controller"
import WorkWeekController from "./work_week_controller.js"
application.register("work-week", WorkWeekController)

0 comments on commit 69ae162

Please sign in to comment.