pull/5370/head
lianahus 5 months ago committed by Aniket
parent 6e95519990
commit 827d9e1d57
  1. 4
      libs/remix-ui/app/src/lib/remix-app/types/index.ts

@ -20,6 +20,6 @@ export const enum AppModalCancelTypes {
export const enum UsageTypes {
Beginner = 'beginner',
Prototyper = 'prototyper',
Advance = 'advance',
Production = 'prototyper'
Advance = 'advanced',
Production = 'production'
}
Loading…
Cancel
Save