Skip to content

Commit

Permalink
INT-3297: Use a relative import instead
Browse files Browse the repository at this point in the history
  • Loading branch information
danoaky-tiny committed Apr 15, 2024
1 parent 1a600f7 commit 2f3367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ts/alien/Loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { Editor, IAllProps, IProps } from '../../../main/ts/components/Editor';
import { Editor as TinyMCEEditor } from 'tinymce';
import { ScriptLoader } from 'src/main/ts/ScriptLoader2';
import { ScriptLoader } from '../../../main/ts/ScriptLoader2';

// @ts-expect-error Remove when dispose polyfill is not needed
Symbol.dispose ??= Symbol('Symbol.dispose');
Expand Down

0 comments on commit 2f3367c

Please sign in to comment.