Blocks demo updated

This commit is contained in:
Yiğit FINDIKLI 2021-12-22 16:52:11 +03:00
parent e794004776
commit 76efaa3027
2 changed files with 18 additions and 19 deletions

View File

@ -1,8 +1,7 @@
import { Component } from '@angular/core';
@Component({
templateUrl: './app.blocksdemo.component.html',
styleUrls: ['./app.blocksdemo.component.scss']
templateUrl: './app.blocksdemo.component.html'
})
export class AppBlocksDemoComponent{