package com.components;

import com.facebook.react.bridge.ReactApplicationContext;

abstract class ComponentsSpec extends NativeComponentsSpec {
  ComponentsSpec(ReactApplicationContext context) {
    super(context);
  }
}
