diff --git a/package.json b/package.json index 841f9a9..313cdd0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "url": "git+https://github.com/QURIresearch/metaforecast.git" }, "keywords": [ - "forecasts", "predictions" + "forecasts", + "predictions" ], "author": "Nuño Sempere", "license": "MIT", diff --git a/src/pages/tools.tsx b/src/pages/tools.tsx index bc58008..d5c51ca 100644 --- a/src/pages/tools.tsx +++ b/src/pages/tools.tsx @@ -10,13 +10,6 @@ import twitterImg from "../../public/screenshots/twitter.png"; import { Card } from "../web/common/Card"; import { Layout } from "../web/common/Layout"; -type StaticImageData = { - src: string; - height: number; - width: number; - placeholder?: string; -}; - type AnyTool = { title: string; description: string;