diff --git a/bundles.json b/bundles.json index 3c2eb90340..d6159cfe18 100644 --- a/bundles.json +++ b/bundles.json @@ -6,6 +6,7 @@ "platform/commonUI/browse", "platform/commonUI/edit", "platform/commonUI/dialog", + "platform/commonUI/formatting", "platform/commonUI/general", "platform/commonUI/inspect", "platform/commonUI/mobile", @@ -26,7 +27,6 @@ "platform/policy", "platform/entanglement", "platform/search", - "platform/time", "example/imagery", "example/eventGenerator", diff --git a/platform/time/bundle.json b/platform/commonUI/formatting/bundle.json similarity index 100% rename from platform/time/bundle.json rename to platform/commonUI/formatting/bundle.json diff --git a/platform/time/src/FormatProvider.js b/platform/commonUI/formatting/src/FormatProvider.js similarity index 100% rename from platform/time/src/FormatProvider.js rename to platform/commonUI/formatting/src/FormatProvider.js diff --git a/platform/time/src/UTCTimeFormat.js b/platform/commonUI/formatting/src/UTCTimeFormat.js similarity index 100% rename from platform/time/src/UTCTimeFormat.js rename to platform/commonUI/formatting/src/UTCTimeFormat.js