Skip to content

Commit b34be45

Browse files
authored
fix: move elements from ui folder (#247)
1 parent 86e96d5 commit b34be45

File tree

201 files changed

+246
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+246
-240
lines changed

projects/docs/src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Component, inject } from '@angular/core';
22
import { RouterOutlet } from '@angular/router';
3-
import { IconRegistry } from '@/ui/icon/icon.registry';
43
import { HeaderComponent } from './features/header/header.component';
4+
import { IconRegistry } from '@/ui/icon/icon.registry';
55

66
@Component({
77
selector: 'doc-root',

0 commit comments

Comments
 (0)