Improve import alias
@file/ and @export/ instead of file/ and export/ etc
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
// </xsd:extension>
|
||||
// </xsd:complexContent>
|
||||
// </xsd:complexType>
|
||||
import { IgnoreIfEmptyXmlComponent, OnOffElement } from "file/xml-components";
|
||||
import { IgnoreIfEmptyXmlComponent, OnOffElement } from "@file/xml-components";
|
||||
|
||||
import { HeightRule, TableRowHeight } from "./table-row-height";
|
||||
|
||||
|
Reference in New Issue
Block a user