Skip to content

Commit f9a89d0

Browse files
committed
LiveSocket isn’t default exported any more
1 parent 114967b commit f9a89d0

File tree

1 file changed

+1
-1
lines changed
  • apps/components_guide_web/assets/js

1 file changed

+1
-1
lines changed

apps/components_guide_web/assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ console.log("app.js executing");
1414
import "phoenix_html";
1515
import { Socket } from "phoenix";
1616
import NProgress from "nprogress";
17-
import LiveSocket from "phoenix_live_view";
17+
import { LiveSocket } from "phoenix_live_view";
1818
import * as Turbo from "@hotwired/turbo";
1919

2020
// window.IMPORTS = {

0 commit comments

Comments
 (0)