WIP: Update to 0.8.x

This commit is contained in:
Johannes Loher 2021-06-30 02:17:54 +02:00
parent 344302be69
commit ef01698178
12 changed files with 352 additions and 250 deletions

View file

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: MIT
import { Check } from "../actor/actor-prepared-data";
import { Check } from "../actor/actor-data-properties";
import { DS4 } from "../config";
import notifications from "../ui/notifications";
import { getActiveActor } from "./helpers";