diff --git a/composer/src/main/ts/main.ts b/composer/src/main/ts/main.ts index 293e956c..a53f2c26 100644 --- a/composer/src/main/ts/main.ts +++ b/composer/src/main/ts/main.ts @@ -1,9 +1,9 @@ import { getConfig, log } from "./imports"; -import { Module, modules } from "./types"; +import { modules } from "./types"; -import "./modules/operaDownloadButton"; -import "./modules/firstCreatedUsername"; -import "./modules/bypassCameraRollSelectionLimit"; +import "./modules/operaDownloadButton"; +import "./modules/firstCreatedUsername"; +import "./modules/bypassCameraRollSelectionLimit"; try {