|
@@ -318,7 +318,7 @@ const handler = {
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-export const brandingObject = {
|
|
|
|
|
|
|
+const brandingObject = {
|
|
|
'unicraft': Unicraft,
|
|
'unicraft': Unicraft,
|
|
|
'einstein': Einstein,
|
|
'einstein': Einstein,
|
|
|
'oktopolygraphist': Octopolygraphist,
|
|
'oktopolygraphist': Octopolygraphist,
|
|
@@ -634,4 +634,6 @@ export const brandingObject = {
|
|
|
'vashden': Vashden,
|
|
'vashden': Vashden,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-export const brandingMapping = new Proxy(brandingObject, handler);
|
|
|
|
|
|
|
+const brandingMapping = new Proxy(brandingObject, handler);
|
|
|
|
|
+
|
|
|
|
|
+export default { brandingMapping, brandingObject }
|