8000 fix(icon.component): relative import path of IconSetService · coreui/coreui-icons-angular@cebe3e0 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit cebe3e0

Browse files
committed
fix(icon.component): relative import path of IconSetService
1 parent 96cdcac commit cebe3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coreui/icons-angular/src/lib/icon/icon.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {Component, Input} from '@angular/core';
22
import {DomSanitizer} from '@angular/platform-browser';
3-
import {IconSetService} from '../icon-set';
3+
import {IconSetService} from '../icon-set/icon-set.service';
44
import classNames from 'classnames';
55

66
@Component({

0 commit comments

Comments
 (0)
0