Skip to content

Commit

Permalink
- fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rrodionov91 committed Aug 5, 2024
1 parent 1e5a426 commit 5623129
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/ketcher-macromolecules/src/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ import { useEffect, useRef, useState } from 'react';
import { Global, ThemeProvider } from '@emotion/react';
import { createTheme } from '@mui/material/styles';
import { merge } from 'lodash';
import {
NodeSelection,
PolymerBondRenderer,
} from 'ketcher-core';
import { NodeSelection, PolymerBondRenderer } from 'ketcher-core';
import { store } from 'state';
import {
defaultTheme,
Expand Down

0 comments on commit 5623129

Please sign in to comment.