From 83fda560c11d278d21d7359e745946d9902ba1a8 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Tue, 27 Aug 2024 13:41:55 -0700 Subject: [PATCH] fix: remove accidental import of test code from the build --- src/editors/sharedComponents/ImageUploadModal/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/editors/sharedComponents/ImageUploadModal/index.jsx b/src/editors/sharedComponents/ImageUploadModal/index.jsx index b657265ea..e5a705ce3 100644 --- a/src/editors/sharedComponents/ImageUploadModal/index.jsx +++ b/src/editors/sharedComponents/ImageUploadModal/index.jsx @@ -1,4 +1,3 @@ -import 'CourseAuthoring/editors/setupEditorTest'; import React from 'react'; import PropTypes from 'prop-types';