From 3bca4d24261651be47b29b71c558e7d358ffb4e2 Mon Sep 17 00:00:00 2001 From: ingawei Date: Thu, 29 Sep 2022 17:52:12 -0700 Subject: [PATCH] linting --- web/components/scroll-to-top-button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/scroll-to-top-button.tsx b/web/components/scroll-to-top-button.tsx index 7420c7b7..80dc47b2 100644 --- a/web/components/scroll-to-top-button.tsx +++ b/web/components/scroll-to-top-button.tsx @@ -1,3 +1,4 @@ +import { ArrowUpIcon } from '@heroicons/react/solid' import clsx from 'clsx' import { useEffect, useState } from 'react' import { Row } from './layout/row'