Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Fixed path to Utils class in default user data
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3SA committed Dec 23, 2019
1 parent bc0960b commit 7e6970a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/data/module/main/default-state/OMSUser.default.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Utils } from 'components/utils';

import { Utils } from '../../../../components/utils';
import { IOMSUserConfig } from '../model';

export const OMS_USER_DEFAULT: IOMSUserConfig = {
Expand Down

0 comments on commit 7e6970a

Please sign in to comment.