mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
Unused variables
This commit is contained in:
parent
ea515b97b6
commit
cecd1a178a
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue