Fix missing license headers

This commit is contained in:
Eduard Heimbuch
2021-04-30 16:13:19 +02:00
parent 9610285e55
commit 7464baf767
41 changed files with 238 additions and 61 deletions

View File

@@ -20,9 +20,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
*/
import { Branch, Changeset, ChangesetCollection, NamespaceAndName, Repository } from "@scm-manager/ui-types";
import { useQuery, useQueryClient } from "react-query";
import { requiredLink } from "./links";