Skip to content

Commit

Permalink
fix: Fix package import
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Apr 19, 2023
1 parent cb16a27 commit 6b6e43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Devtool } from '@turbo-boost/dev-tools'
import { Devtool } from '@turbo-boost/devtools'

import ToggleElement, { busyDuration } from '../toggle_element'
import focus from './focus'
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '@turbo-boost/commands'
import devtools from '@turbo-boost/dev-tools'
import devtools from '@turbo-boost/devtools'
import './elements'

self.TurboBoost = self.TurboBoost || {}
Expand Down

0 comments on commit 6b6e43d

Please sign in to comment.