We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114967b commit f9a89d0Copy full SHA for f9a89d0
apps/components_guide_web/assets/js/app.js
@@ -14,7 +14,7 @@ console.log("app.js executing");
14
import "phoenix_html";
15
import { Socket } from "phoenix";
16
import NProgress from "nprogress";
17
-import LiveSocket from "phoenix_live_view";
+import { LiveSocket } from "phoenix_live_view";
18
import * as Turbo from "@hotwired/turbo";
19
20
// window.IMPORTS = {
0 commit comments