Revert "fix: type error"

This reverts commit ed0c6e0588.
This commit is contained in:
NunoSempere 2022-10-21 13:11:49 +01:00
parent 0d84c26e08
commit 63628c96fe
2 changed files with 2 additions and 8 deletions

View File

@ -7,7 +7,8 @@
"url": "git+https://github.com/QURIresearch/metaforecast.git"
},
"keywords": [
"forecasts", "predictions"
"forecasts",
"predictions"
],
"author": "Nuño Sempere",
"license": "MIT",

View File

@ -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;