Unused variables

This commit is contained in:
Jordan Eldredge 2022-11-11 23:33:56 -08:00
parent ea515b97b6
commit cecd1a178a
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import React, { useMemo } from "react";
import { connect, useSelector } from "react-redux";
import { Helmet } from "react-helmet";
import * as Selectors from "./redux/selectors";
import { SCREENSHOT_WIDTH, SCREENSHOT_HEIGHT } from "./constants";
// import { SCREENSHOT_WIDTH, SCREENSHOT_HEIGHT } from "./constants";
const DESCRIPTION =
"Infinite scroll through 80k Winamp skins with interactive preview";

View file

@ -1,5 +1,5 @@
import { createSelector } from "reselect";
import * as Utils from "../utils";
// import * as Utils from "../utils";
import { ABOUT_PAGE, UPLOAD_PAGE, REVIEW_PAGE } from "../constants";
export function getSelectedSkinHash(state) {