Skip to content

Commit

Permalink
fix error in global d ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Drimodaren committed Nov 26, 2024
1 parent f56c022 commit ee1174e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ketcher-react/src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { CoreEditor } from 'ketcher-core';
import { BaseRenderer, Ketcher } from 'ketcher-core';
import { BaseRenderer, Ketcher, CoreEditor } from 'ketcher-core';

declare global {
export interface Window {
Expand Down

0 comments on commit ee1174e

Please sign in to comment.