diff --git a/public/javascript/application.js b/public/javascript/application.js index f895659..5395129 100644 --- a/public/javascript/application.js +++ b/public/javascript/application.js @@ -1,6 +1,6 @@ import "@hotwired/turbo" import { Application } from "@hotwired/stimulus" -import "@hotwired/hotwire-native-demo" +import "@hotwired/hotwire-native-bridge" // Controllers import MenuController from "./controllers/menu_controller.js" diff --git a/public/javascript/controllers/bridge/form_controller.js b/public/javascript/controllers/bridge/form_controller.js index b447a04..ae5905e 100644 --- a/public/javascript/controllers/bridge/form_controller.js +++ b/public/javascript/controllers/bridge/form_controller.js @@ -1,5 +1,5 @@ -import { BridgeComponent } from "@hotwired/hotwire-native-demo" -import { BridgeElement } from "@hotwired/hotwire-native-demo" +import { BridgeComponent } from "@hotwired/hotwire-native-bridge" +import { BridgeElement } from "@hotwired/hotwire-native-bridge" export default class extends BridgeComponent { static component = "form" diff --git a/public/javascript/controllers/bridge/menu_controller.js b/public/javascript/controllers/bridge/menu_controller.js index 3427100..e315ece 100644 --- a/public/javascript/controllers/bridge/menu_controller.js +++ b/public/javascript/controllers/bridge/menu_controller.js @@ -1,5 +1,5 @@ -import { BridgeComponent } from "@hotwired/hotwire-native-demo" -import { BridgeElement } from "@hotwired/hotwire-native-demo" +import { BridgeComponent } from "@hotwired/hotwire-native-bridge" +import { BridgeElement } from "@hotwired/hotwire-native-bridge" export default class extends BridgeComponent { static component = "menu" diff --git a/public/javascript/controllers/bridge/overflow_menu_controller.js b/public/javascript/controllers/bridge/overflow_menu_controller.js index 80e562a..1931909 100644 --- a/public/javascript/controllers/bridge/overflow_menu_controller.js +++ b/public/javascript/controllers/bridge/overflow_menu_controller.js @@ -1,4 +1,4 @@ -import { BridgeComponent } from "@hotwired/hotwire-native-demo" +import { BridgeComponent } from "@hotwired/hotwire-native-bridge" export default class extends BridgeComponent { static component = "overflow-menu"