Mokhtar Naamani 4 роки тому
батько
коміт
7b72d5562b
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      pioneer/packages/app-js/src/Playground.tsx

+ 2 - 2
pioneer/packages/app-js/src/Playground.tsx

@@ -41,8 +41,8 @@ interface Injected {
   util: typeof util;
   window: null;
   joy: {
-    types: typeof joy_types
-  }
+    types: typeof joy_types;
+  };
 }
 
 interface Props extends AppProps, I18nProps, RouteComponentProps<{}> {