Add licensing info to migrationHelper.ts
This commit is contained in:
parent
e4143446aa
commit
01a192d864
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue