First bit of real UI code landed

This commit is contained in:
Jake Archibald
2020-09-23 14:38:41 +01:00
parent 6573103755
commit 455c868e55
23 changed files with 839 additions and 141 deletions

2
missing-types.d.ts vendored
View File

@@ -21,3 +21,5 @@ declare module 'omt:*' {
const value: string;
export default value;
}
declare const __PRODUCTION__: boolean;