Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

12 строки
241 B

  1. // Compatibility shim for stale incremental build caches.
  2. // New root integration no longer depends on this file.
  3. export function createGlobalUpRoot(AppRootComponent) {
  4. return AppRootComponent
  5. }
  6. export default {
  7. createGlobalUpRoot,
  8. }