mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 14:22:35 +00:00
18 lines
349 B
TypeScript
18 lines
349 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector : 'carded-right-sidenav-tabbed-1',
|
|
templateUrl: './right-sidenav-tabbed-1.component.html',
|
|
styleUrls : ['./right-sidenav-tabbed-1.component.scss']
|
|
})
|
|
export class CardedRightSidenavTabbed1Component
|
|
{
|
|
/**
|
|
* Constructor
|
|
*/
|
|
constructor()
|
|
{
|
|
}
|
|
|
|
}
|