Files
legio-30/src/app/views/resources/resources.component.ts
ztimson dfa0c29098
All checks were successful
Build Website / Build NPM Project (push) Successful in 2m29s
Build Website / Tag Version (push) Successful in 38s
Build Website / Build & Push Dockerfile (push) Successful in 3m46s
Added resource page, updated icons, and more
2024-02-21 22:41:53 -05:00

9 lines
226 B
TypeScript

import {Component} from '@angular/core';
@Component({
selector: 'xxx-resources',
templateUrl: './resources.component.html',
styles: [`.extra-spacing li {margin-bottom: 1em}`]
})
export class ResourcesComponent { }