Add licensing info to migrationHelper.ts

This commit is contained in:
Johannes Loher 2021-07-08 07:17:59 +02:00
parent e4143446aa
commit 01a192d864

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
import { DS4Actor } from "../actor/actor";
import { getGame } from "../helpers";
import { DS4Item } from "../item/item";