Spaces:
Sleeping
Sleeping
CompUGE-Bench
/
src
/app
/components
/body
/submitting
/submitting-guide
/submitting-guide.component.ts
import { Component } from '@angular/core'; | |
({ | |
selector: 'app-submitting-guide', | |
standalone: true, | |
imports: [], | |
templateUrl: './submitting-guide.component.html', | |
styleUrl: './submitting-guide.component.css' | |
}) | |
export class SubmittingGuideComponent { | |
} | |