Fix imports
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
import { XmlAttributeComponent } from "../docx/xml-components";
|
import { XmlAttributeComponent } from "../xml-components";
|
||||||
|
|
||||||
export interface IRelationshipsAttributesProperties {
|
export interface IRelationshipsAttributesProperties {
|
||||||
xmlns: string;
|
xmlns: string;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { XmlComponent } from "../docx/xml-components";
|
import { XmlComponent } from "../xml-components";
|
||||||
import { RelationshipsAttributes } from "./attributes";
|
import { RelationshipsAttributes } from "./attributes";
|
||||||
|
|
||||||
export class Relationships extends XmlComponent {
|
export class Relationships extends XmlComponent {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { XmlAttributeComponent, XmlComponent } from "../../docx/xml-components";
|
import { XmlAttributeComponent, XmlComponent } from "../../xml-components";
|
||||||
|
|
||||||
export interface ILatentStyleExceptionAttributesProperties {
|
export interface ILatentStyleExceptionAttributesProperties {
|
||||||
name?: string;
|
name?: string;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { XmlComponent } from "../../docx/xml-components";
|
import { XmlComponent } from "../../xml-components";
|
||||||
import { LatentStyleException } from "./exceptions";
|
import { LatentStyleException } from "./exceptions";
|
||||||
|
|
||||||
export class LatentStyles extends XmlComponent {
|
export class LatentStyles extends XmlComponent {
|
||||||
|
Reference in New Issue
Block a user