Skip to content

Commit

Permalink
change in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingRockStorm committed Aug 13, 2024
1 parent acf943c commit d8358c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
//= require popper
//= require bootstrap
import "@hotwired/turbo-rails"
import "./controllers"
import "controllers"
2 changes: 1 addition & 1 deletion app/javascript/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Run that command whenever you add a new controller or create them with
// ./bin/rails generate stimulus controllerName

import { application } from './application'
import { application } from 'controllers/application'

import ArtistsSongsController from './artists_songs_controller'
import MetronomeController from './metronome_controller'
Expand Down

0 comments on commit d8358c2

Please sign in to comment.