INSR-8882: absolute pathing for imports in analytics constants file
This commit is contained in:
parent
7146bc1656
commit
7e37f4b7fe
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import packageNames from './package-names';
|
||||
import { paymentMethods } from './payment-method-constants';
|
||||
import packageNames from '@/constants/package-names';
|
||||
import { paymentMethods } from '@/constants/payment-method-constants';
|
||||
|
||||
const analyticsPageEvents = Object.freeze({
|
||||
ENTRY: 'ENTRY',
|
||||
|
|
|
|||
Loading…
Reference in a new issue