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