feat: new layout
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const addressTypes = [
|
||||
{ title: "Personal Home", value: "Personal Home" },
|
||||
{ title: "Office", name: "Office" },
|
||||
{ title: "Other", name: "Other" },
|
||||
];
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user