1
0
Fork 0
mirror of https://github.com/fly-apps/live_beats.git synced 2025-04-26 15:24:43 +00:00

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)