Use absolute path rather than silly relative path
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { IData } from "../media";
|
||||
import { XmlComponent } from "../xml-components";
|
||||
import { IData } from "file/media";
|
||||
import { XmlComponent } from "file/xml-components";
|
||||
import { Inline } from "./inline";
|
||||
|
||||
export class Drawing extends XmlComponent {
|
||||
|
Reference in New Issue
Block a user