@selfcommunity/react-theme-default 0.4.5-payments.156 → 0.4.5-payments.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/esm/index.js CHANGED
@@ -186,6 +186,7 @@ import SCUserConnectionsRequestsSentWidget from './components/SCUserConnectionsR
186
186
  import SCUserConnectionsRequestsWidget from './components/SCUserConnectionsRequestsWidget';
187
187
  import SCUserConnectionsWidget from './components/SCUserConnectionsWidget';
188
188
  import SCUserCounters from './components/SCUserCounters';
189
+ import SCUserCreatedCoursesWidget from './components/SCUserCreatedCoursesWidget';
189
190
  import SCUserFeedTemplate from './components/SCUserFeedTemplate';
190
191
  import SCUserFollowedUsersWidget from './components/SCUserFollowedUsersWidget';
191
192
  import SCUserFollowersWidget from './components/SCUserFollowersWidget';
@@ -440,6 +441,7 @@ const theme = {
440
441
  SCUserConnectionsRequestsWidget,
441
442
  SCUserConnectionsWidget,
442
443
  SCUserCounters,
444
+ SCUserCreatedCoursesWidget,
443
445
  SCUserFeedTemplate,
444
446
  SCUserFollowedUsersWidget,
445
447
  SCUserFollowersWidget,