replace insufficient credits modal with inline ui elements

This commit is contained in:
Sean Yesmunt 2019-04-03 00:17:00 -04:00
commit dcafe9ab9e
25 changed files with 202 additions and 276 deletions
flow-typed

3
flow-typed/web.js vendored Normal file
View file

@ -0,0 +1,3 @@
// @flow
declare var IS_WEB: boolean;