Fix import

This commit is contained in:
Chris McCord 2022-11-17 15:39:22 -05:00
parent e5c15c7166
commit 34e19c187c

View file

@ -1,6 +1,6 @@
import "phoenix_html"
import {Socket} from "phoenix"
import {LiveSocket} from "./phoenix_live_view"
import {LiveSocket} from "phoenix_live_view"
import topbar from "../vendor/topbar"
let nowSeconds = () => Math.round(Date.now() / 1000)