Skip to content

Commit 893444d

Browse files
author
igorocky
committed
Remove unused imports.
1 parent 089a6e0 commit 893444d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/metamath/test/MM_int_test_editor_methods.res

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ let createEditorState = (
5454
switch editorState {
5555
| None => None
5656
| Some(fileName) => {
57-
open Belt_Option
5857
readEditorStateFromJsonStr(
5958
Expln_utils_files.readStringFromFile(
6059
getTestDataDir() ++ "/" ++ fileName ++ ".json"

src/metamath/ui/MM_cmp_import_from_json.res

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
open Expln_React_common
22
open Expln_React_Mui
3-
open Common
43

54
@react.component
65
let make = (

0 commit comments

Comments
 (0)