mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-20 17:17:12 +00:00
Removed empty "styles" from component decorators
This commit is contained in:
@@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||
|
||||
@Component({
|
||||
selector : 'jwt',
|
||||
templateUrl: './jwt.html',
|
||||
styles : ['']
|
||||
templateUrl: './jwt.html'
|
||||
})
|
||||
export class JwtComponent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user