Skip to content

Commit

Permalink
Use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Aug 9, 2022
1 parent 166fd25 commit 12918bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/entrypoints/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ console.log('Visit the guide for more information: ', 'https://vite-ruby.netlify
import Vue from 'vue/dist/vue.esm'
import system from 'lux-design-system'
import 'lux-design-system/dist/system/system.css'
import Initializer from '../dpul/pom_boot'
import Initializer from '@/dpul/pom_boot'

Vue.use(system)

Expand Down

0 comments on commit 12918bd

Please sign in to comment.