Sercan Yemen 5459579d04 Added docs styles
Improved the documentation and moved it into the Demo app
2018-06-15 13:23:12 +03:00

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()
{
}
}