From d258082c5f414cc65fc27da2fc432c2afe55e52e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 11 Jan 2021 18:25:21 -0800 Subject: [PATCH] lint --- app/scenes/Document/components/Contents.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/scenes/Document/components/Contents.js b/app/scenes/Document/components/Contents.js index ceda3392..6449e93e 100644 --- a/app/scenes/Document/components/Contents.js +++ b/app/scenes/Document/components/Contents.js @@ -1,6 +1,5 @@ // @flow import useWindowScrollPosition from "@rehooks/window-scroll-position"; -import { darken } from "polished"; import * as React from "react"; import styled from "styled-components"; import breakpoint from "styled-components-breakpoint";