[about page] move CTA sponsors box into a sub component

This commit is contained in:
nymkappa
2023-11-24 11:13:12 +09:00
parent 5d5e9e8219
commit 3103ef15e5
6 changed files with 77 additions and 63 deletions

View File

@@ -0,0 +1,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-about-sponsors',
templateUrl: './about-sponsors.component.html',
styleUrls: ['./about-sponsors.component.scss'],
})
export class AboutSponsorsComponent {
}