Skip to content

Commit

Permalink
chore: fix import InitialSeparation from SplitPane
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Jun 1, 2022
1 parent 24f3a47 commit e01e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/NMRium.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { css } from '@emotion/react';
import { RootLayout } from 'analysis-ui-components';
import { InitialSeparation } from 'analysis-ui-components/lib-esm/layout/SplitPane';
import { InitialSeparation } from 'analysis-ui-components/lib-esm/components/SplitPane';
import { CorrelationData } from 'nmr-correlation';
import {
useEffect,
Expand Down

0 comments on commit e01e263

Please sign in to comment.