We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08010c3 commit 8800445Copy full SHA for 8800445
site/api.ts
@@ -1,7 +1,12 @@
1
-import { SvgIcon } from "@material-ui/core"
2
-import { Logo } from "./components/Icons"
3
import { wait } from "./util"
4
+// TEMPORARY
+// This is all placeholder / stub code until we have a real API to work with!
5
+//
6
+// The implementations below that are hard-coded will switch to using `fetch`
7
+// once the routes are available.
8
9
+
10
export type ProjectParameterType = "string" | "number"
11
12
export interface ProjectParameter {
0 commit comments