aboutsummaryrefslogtreecommitdiff
path: root/app/features/recent-list/styled/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/features/recent-list/styled/index.js')
-rw-r--r--app/features/recent-list/styled/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/features/recent-list/styled/index.js b/app/features/recent-list/styled/index.js
index f91e220..97dcb2a 100644
--- a/app/features/recent-list/styled/index.js
+++ b/app/features/recent-list/styled/index.js
@@ -1,4 +1,6 @@
export { default as ConferenceCard } from './ConferenceCard';
export { default as ConferenceTitle } from './ConferenceTitle';
+export { default as Label } from './Label';
export { default as RecentListContainer } from './RecentListContainer';
+export { default as RecentListWrapper } from './RecentListWrapper';
export { default as TruncatedText } from './TruncatedText';