1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 15:12:58 +00:00

Renaming the file for tools component

This commit is contained in:
2024-04-04 03:07:02 +04:00
parent 50b1a4eab5
commit 5ea02e39f1
3 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export class MaintenancePopup extends BaseComponent {
/** @type {MaintenanceProfile|null} */
#activeProfile = null;
/** @type {import('$lib/components/MediaBoxToolsEvents.js').MediaBoxTools} */
/** @type {import('$lib/components/MediaBoxTools.js').MediaBoxTools} */
#mediaBoxTools = null;
/**