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

// Компонент, спрайт SVG иконок
@Component({
  selector: 'hit-svg',
  templateUrl: './hit-svg.component.html',
  styleUrls: ['./hit-svg.component.scss'],
})
export class HitSvgComponent {}
