Skip to content

Commit

Permalink
Remove unnessary .js from require in js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJackson-Oslo committed Dec 10, 2022
1 parent 2eeff7a commit 6b7026d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ActiveStorage.start()
import "stylesheets/application"
import "controllers"

require("../custom/posthog.js")
require("../custom/posthog")

require("../custom/custom_trix")
require("@rails/actiontext")

0 comments on commit 6b7026d

Please sign in to comment.