mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-20 15:18:10 +00:00
15 lines
292 B
TypeScript
15 lines
292 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector : 'fuse-carded-right-sidenav-2',
|
|
templateUrl: './right-sidenav-2.component.html',
|
|
styleUrls : ['./right-sidenav-2.component.scss']
|
|
})
|
|
export class CardedRightSidenav2Component
|
|
{
|
|
constructor()
|
|
{
|
|
}
|
|
|
|
}
|