moved files around

This commit is contained in:
Sriram Hariharan
2023-03-04 23:33:39 -06:00
parent b7c3d22961
commit 15e9ff92a8
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ enum DetailsSelector {
/**
* A class that allows use to scrape information from UT's course catalog to create our internal representation of a course
*/
export class CourseScraper {
export class CourseCatalogScraper {
support: SiteSupport;
constructor(support: SiteSupport) {