From 728cd483de21c4fc6451496e792891b0f4e8746f Mon Sep 17 00:00:00 2001 From: zhanghongchuan33 Date: Thu, 5 May 2022 09:58:35 +0800 Subject: [PATCH] Symbol transcoding Signed-off-by: zhanghongchuan33 --- common/resources/src/main/resources/rawfile/rich_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/resources/src/main/resources/rawfile/rich_editor.js b/common/resources/src/main/resources/rawfile/rich_editor.js index f0b13ce..5e309ec 100644 --- a/common/resources/src/main/resources/rawfile/rich_editor.js +++ b/common/resources/src/main/resources/rawfile/rich_editor.js @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import {LogUtil} from '../../../../../utils/src/main/ets/default/baseUtil/LogUtil' +import {LogUtil} from '@ohos/utils/src/main/ets/default/baseUtil/LogUtil' const TAG = "Rich_Editor"