Skip to content

Commit 8800445

Browse files
committed
Add note in api that this is temporary
1 parent 08010c3 commit 8800445

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

site/api.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
import { SvgIcon } from "@material-ui/core"
2-
import { Logo } from "./components/Icons"
31
import { wait } from "./util"
42

3+
// TEMPORARY
4+
// 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+
// TEMPORARY
9+
510
export type ProjectParameterType = "string" | "number"
611

712
export interface ProjectParameter {

0 commit comments

Comments
 (0)