diff options
author | bob <bcz@cs.brown.edu> | 2019-06-14 11:56:40 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-06-14 11:56:40 -0400 |
commit | 0c9dc7be8c6b885b14ed4aacd7e9c8cd5c8bf208 (patch) | |
tree | 66325669dce7efe966b42f268a04faaa4c899532 /src/debug/Test.tsx | |
parent | 6a2cb71af332d4c782c1678750ba955757eaab45 (diff) | |
parent | 618d3717e118f978de976cb34e8bc2051c726ffc (diff) |
Merge branch 'master' into pdf_impl
Diffstat (limited to 'src/debug/Test.tsx')
-rw-r--r-- | src/debug/Test.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/Test.tsx b/src/debug/Test.tsx index 57221aa39..0dca4b4b1 100644 --- a/src/debug/Test.tsx +++ b/src/debug/Test.tsx @@ -6,7 +6,6 @@ import { ImageField } from '../new_fields/URLField'; import { Doc } from '../new_fields/Doc'; import { List } from '../new_fields/List'; - const schema1 = createSchema({ hello: "number", test: "string", |