use topbar through npm

This commit is contained in:
2023-01-25 21:19:41 -05:00
parent 0d61e5ee96
commit d77421613c
2 changed files with 1 additions and 158 deletions

View File

@ -25,7 +25,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'