8b73674b创建于 2021年4月28日历史提交
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'da-footer',
  templateUrl: './footer.component.html',
  styleUrls: ['./footer.component.scss'],
})
export class FooterComponent implements OnInit {
  constructor() {}

  ngOnInit(): void {}
}