2023-03-27 15:36:22 +02:00

4 lines
88 B
TypeScript

export * from "../Notary/Deed";
import Deed from "../Notary/Deed";
export default Deed;