parent
133db36d69
commit
ed0c6e0588
|
@ -7,8 +7,7 @@
|
||||||
"url": "git+https://github.com/QURIresearch/metaforecast.git"
|
"url": "git+https://github.com/QURIresearch/metaforecast.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"forecasts",
|
"forecasts", "predictions"
|
||||||
"predictions"
|
|
||||||
],
|
],
|
||||||
"author": "Nuño Sempere",
|
"author": "Nuño Sempere",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -10,6 +10,13 @@ import twitterImg from "../../public/screenshots/twitter.png";
|
||||||
import { Card } from "../web/common/Card";
|
import { Card } from "../web/common/Card";
|
||||||
import { Layout } from "../web/common/Layout";
|
import { Layout } from "../web/common/Layout";
|
||||||
|
|
||||||
|
type StaticImageData = {
|
||||||
|
src: string;
|
||||||
|
height: number;
|
||||||
|
width: number;
|
||||||
|
placeholder?: string;
|
||||||
|
};
|
||||||
|
|
||||||
type AnyTool = {
|
type AnyTool = {
|
||||||
title: string;
|
title: string;
|
||||||
description: string;
|
description: string;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user