Skip to content

Commit

Permalink
more flailing
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Dec 23, 2023
1 parent 69ae162 commit 3dffc81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/javascript/controllers/application.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Application } from "@hotwired/stimulus"

import "controllers"
const application = Application.start()

// Import and register all TailwindCSS Components or just the ones you need
Expand Down
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.js"
import MobileNavController from "./mobile_nav_controller"
application.register("mobile-nav", MobileNavController)

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

0 comments on commit 3dffc81

Please sign in to comment.