Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fershad committed May 31, 2024
1 parent b515318 commit 97c7d43
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/sustainable-web-design-v3.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,9 @@ import {
FIRST_TIME_VIEWING_PERCENTAGE,
RETURNING_VISITOR_PERCENTAGE,
PERCENTAGE_OF_DATA_LOADED_ON_SUBSEQUENT_LOAD,
SWDMV3_RATINGS,
} from "./constants/index.js";
import { formatNumber, outputRating } from "./helpers/index.js";

const {
FIFTH_PERCENTILE,
TENTH_PERCENTILE,
TWENTIETH_PERCENTILE,
THIRTIETH_PERCENTILE,
FORTIETH_PERCENTILE,
FIFTIETH_PERCENTILE,
} = SWDMV3_RATINGS;

class SustainableWebDesign {
constructor(options) {
this.allowRatings = true;
Expand Down

0 comments on commit 97c7d43

Please sign in to comment.