broken dns provider edit modal

This commit is contained in:
Jamie Curnow
2022-06-14 11:02:25 +10:00
parent d44f75af1b
commit ee4c6a3a8b
2 changed files with 230 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ export * from "./CertificateAuthorityCreateModal";
export * from "./CertificateAuthorityEditModal";
export * from "./ChangePasswordModal";
export * from "./DNSProviderCreateModal";
export * from "./DNSProviderEditModal";
export * from "./ProfileModal";
export * from "./SetPasswordModal";
export * from "./UserCreateModal";