mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 14:22:35 +00:00
14 lines
308 B
TypeScript
14 lines
308 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector : 'docs-working-with-fuse-theme-layouts',
|
|
templateUrl: './theme-layouts.component.html',
|
|
styleUrls : ['./theme-layouts.component.scss']
|
|
})
|
|
export class DocsWorkingWithFuseThemeLayoutsComponent
|
|
{
|
|
constructor()
|
|
{
|
|
}
|
|
}
|