remove import

This commit is contained in:
AlecM33
2026-01-24 20:43:42 -05:00
parent 08e4f2a3e2
commit fd2f42c7a6

View File

@@ -5,8 +5,7 @@ import {
ENVIRONMENTS,
SOCKET_EVENTS,
USER_TYPE_ICONS,
USER_TYPES,
ALIGNMENT
USER_TYPES
} from '../../../../config/globals.js';
import { toast } from '../../../front_end_components/Toast.js';
import { Confirmation } from '../../../front_end_components/Confirmation.js';