Moved to "mapping" class

pull/73/head
MillenniumEarl 2021-03-03 10:58:17 +01:00
parent e88c808986
commit 715096bc3b
3 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ import cheerio from "cheerio";
import luxon from "luxon";
// Modules from files
import { urls } from "../constants/url.js";
import { fetchHTML } from "../network-helper.js";
import { MEMBER } from "../constants/css-selector.js";
import { urls } from "../../constants/url.js";
import { fetchHTML } from "../../network-helper.js";
import { MEMBER } from "../../constants/css-selector.js";
/**
* Represents a generic user registered on the platform.