pull/5297/head
lianahus 2 months ago committed by Aniket
parent d7f344e2f8
commit bfed26c9e2
  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 { export const enum UsageTypes {
Beginner = 'beginner', Beginner = 'beginner',
Prototyper = 'prototyper', Prototyper = 'prototyper',
Advance = 'advance', Advance = 'advanced',
Production = 'prototyper' Production = 'production'
} }
Loading…
Cancel
Save