import { Component } from '@angular/core';

@Component({
  selector: 'app-left-drawer-tutorial',
  templateUrl: './left-drawer-tutorial.component.html'
})
export class LeftDrawerTutorialComponent {}
