feat: new layout

This commit is contained in:
MoreStrive
2024-06-28 15:39:26 +07:00
parent ab3419bd5f
commit ad962eda86
134 changed files with 4977 additions and 2985 deletions
+5
View File
@@ -0,0 +1,5 @@
export const addressTypes = [
{ title: "Personal Home", value: "Personal Home" },
{ title: "Office", name: "Office" },
{ title: "Other", name: "Other" },
];
+5 -4
View File
@@ -1,4 +1,5 @@
export { status } from './status'
export { domainFeature } from './domain-feature'
export { typeOption } from './type-option'
export { scopeOption } from './scope-option'
export { status } from "./status";
export { domainFeature } from "./domain-feature";
export { typeOption } from "./type-option";
export { scopeOption } from "./scope-option";
export { addressTypes } from "./address-types";