We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1d8652 + c7ed6f4 commit 9f14f37Copy full SHA for 9f14f37
1 file changed
libs/common-docs/src/components/challenge-card/challenge-card.component.ts
@@ -1,6 +1,6 @@
1
import { Component, Input } from '@angular/core';
2
-import { UtilService } from '@valor-software/common-docs';
3
import { SwiperOptions } from 'swiper';
+import { UtilService } from '../../services/utils.service';
4
5
export interface IDefaultValuesText {
6
title?: string;
0 commit comments