use topbar through npm

This commit is contained in:
2023-01-25 21:18:00 -05:00
committed by oliviasculley
parent a5c12b3e17
commit 5a685ac00e
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 Alpine from 'alpinejs'