File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/app/homepage/pages/recipes/suites Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { HeaderAnchorDirective } from '../../../../shared/directives/header-anch
44import { CopyButtonComponent } from '../../../../shared/components/copy-button/copy-button.component' ;
55import { TabsComponent } from '../../../../shared/components/tabs/tabs.component' ;
66import { ExtensionPipe } from '../../../../shared/pipes/extension.pipe' ;
7+ import { RouterLink } from '@angular/router' ;
78
89@Component ( {
910 selector : 'app-suites' ,
@@ -15,6 +16,7 @@ import { ExtensionPipe } from '../../../../shared/pipes/extension.pipe';
1516 CopyButtonComponent ,
1617 TabsComponent ,
1718 ExtensionPipe ,
19+ RouterLink
1820 ] ,
1921} )
2022export class SuitesComponent extends BasePageComponent { }
You can’t perform that action at this time.
0 commit comments