Skip to content

Commit 9b24d04

Browse files
committed
fixed lint
1 parent 06d9762 commit 9b24d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/neo/stores/view/SuiteState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
import { action, computed, observable } from 'mobx'
18+
import { computed } from 'mobx'
1919

2020
export default class SuiteState {
2121
constructor(UiState, suite) {

0 commit comments

Comments
 (0)