Ahmad Shallouf
added new modifications
27e40c0
raw
history blame contribute delete
273 Bytes
import { Component } from '@angular/core';
@Component({
selector: 'app-submitting-guide',
standalone: true,
imports: [],
templateUrl: './submitting-guide.component.html',
styleUrl: './submitting-guide.component.css'
})
export class SubmittingGuideComponent {
}