Move SpaceType to shared

This commit is contained in:
Dolan Miu
2022-10-29 03:10:29 +01:00
parent 5cbae5d3f7
commit 7d8cfc0382
13 changed files with 12 additions and 11 deletions

View File

@ -1,5 +1,5 @@
import { TextAttributes } from "@file/paragraph/run/text-attributes";
import { SpaceType } from "@file/space-type";
import { SpaceType } from "@file/shared";
import { XmlComponent } from "@file/xml-components";
export class DeletedPage extends XmlComponent {