Changed utilites imports from ~ to relative paths
This commit is contained in:
parent
352a9ed562
commit
2df01cca72
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import statusCodes from '~/lib/utils/http_status';
|
||||
import { bytesToMiB } from '~/lib/utils/number_utils';
|
||||
import statusCodes from '../../lib/utils/http_status';
|
||||
import { bytesToMiB } from '../../lib/utils/number_utils';
|
||||
|
||||
import MemoryGraph from '../../vue_shared/components/memory_graph';
|
||||
import MRWidgetService from '../services/mr_widget_service';
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Changed utilities imports from ~ to relative paths
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue