Skip to content

Commit

Permalink
Attempt to fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ukutaht committed Jan 9, 2025
1 parent 4d96d29 commit 27b0a6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/js/liveview/live_socket.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import "phoenix_html"

Check failure on line 1 in assets/js/liveview/live_socket.js

View workflow job for this annotation

GitHub Actions / Build and test

Unable to resolve path to module 'phoenix_html'
import Alpine from 'alpinejs'
// eslint-disable-next-line import/no-unresolved
import { Socket } from "phoenix"
// eslint-disable-next-line import/no-unresolved
import { LiveSocket } from "phoenix_live_view"
// eslint-disable-next-line import/no-unresolved
import Alpine from 'alpinejs'

let csrfToken = document.querySelector("meta[name='csrf-token']")
let websocketUrl = document.querySelector("meta[name='websocket-url']")
Expand Down

0 comments on commit 27b0a6e

Please sign in to comment.