use topbar through npm

This commit is contained in:
2023-01-25 21:17:45 -05:00
parent 09d3754f92
commit 8dd471afa8
2 changed files with 1 additions and 158 deletions

View File

@ -24,7 +24,7 @@ import 'phoenix_html'
// Establish Phoenix Socket and LiveView configuration.
import { Socket } from 'phoenix'
import { LiveSocket } from 'phoenix_live_view'
import topbar from '../vendor/topbar'
import topbar from 'topbar'
import MaintainAttrs from './maintain_attrs'
import ShotLogChart from './shot_log_chart'
import Alpine from 'alpinejs'