From 78e87a230e6c53469d6a7ce9470bf2eb9e97b36a Mon Sep 17 00:00:00 2001 From: "thomas.ekstrand" Date: Sat, 9 Mar 2024 08:42:44 -0600 Subject: [PATCH] fix linting and formatting errors --- src/pages/downloads/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/downloads/index.tsx b/src/pages/downloads/index.tsx index 4be48cbe..add1ae22 100644 --- a/src/pages/downloads/index.tsx +++ b/src/pages/downloads/index.tsx @@ -6,8 +6,8 @@ import { BoltIcon, ComputerDesktopIcon, CpuChipIcon, + DocumentIcon, GlobeAltIcon, - DocumentIcon } from "@heroicons/react/24/solid"; import Layout from "@theme/Layout";