-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
111 lines (110 loc) · 3.56 KB
/
index.js
File metadata and controls
111 lines (110 loc) · 3.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
import alert from "./ucd-theme-alert";
import backgroundColor from "./ucd-theme-background-color";
import backgroundImage from "./ucd-theme-background-image";
import brandTextbox from "./ucd-theme-brand-textbox";
import buttonLink from "./ucd-theme-button-link";
import career from "./ucd-theme-career";
import careers from "./ucd-theme-careers";
import categoryFilter from "./ucd-theme-category-filter";
import contactList from "./ucd-theme-contact-list";
import faq from "./ucd-theme-faq";
import faqItem from "./ucd-theme-faq-item";
import featuredArticle from "./ucd-theme-featured-article";
import focalLink from "./ucd-theme-focal-link";
import footerColumns from "./ucd-theme-footer-columns";
import footerColumn from "./ucd-theme-footer-column";
import footerNav from "./ucd-theme-footer-nav";
import googleMap from "./ucd-theme-google-maps";
import heading from "./ucd-theme-heading";
import headingWithIcon from "./ucd-theme-heading-with-icon";
import heroBanner from "./ucd-theme-hero-banner";
import imageLandscape from "./ucd-theme-image-landscape";
import landerNav from "./ucd-theme-lander-nav";
import layoutColumn from "./ucd-theme-layout-column";
import layoutColumns from "./ucd-theme-layout-columns";
import layoutContainer from "./ucd-theme-layout-container";
import layoutBasic from "./ucd-theme-layout-basic";
import layoutShrink from "./ucd-theme-layout-shrink";
import layoutQuad from "./ucd-theme-layout-quad";
import manualSubnav from "./ucd-theme-manual-subnav";
import marketingHighlight from "./ucd-theme-marketing-highlight";
import marketingHighlightHorizontal from "./ucd-theme-marketing-highlight-horizontal";
import mediaLink from "./ucd-theme-media-link";
import mediaLinks from "./ucd-theme-media-links";
import objectBox from "./ucd-theme-object-box";
import panelWithIcon from "./ucd-theme-panel-with-icon";
import poster from "./ucd-theme-poster";
import posterList from "./ucd-theme-poster-list";
import prefixedIconLink from "./ucd-theme-prefixed-icon-link";
import primarySubnav from "./ucd-theme-primary-subnav";
import priorityLink from "./ucd-theme-priority-link";
import priorityLinksItem from "./ucd-theme-priority-links-item";
import priorityLinks from "./ucd-theme-priority-links"
import query from "./ucd-theme-query";
import recentPosts from "./ucd-theme-recent-posts";
import separator from "./ucd-theme-separator";
import silsSearchRedirect from "./ucd-theme-sils-search-redirect";
import slideshow from "./ucd-theme-slideshow";
import socialMedia from "./ucd-theme-social-media";
import spacer from "./ucd-theme-spacer";
import teaser from "./ucd-theme-teaser";
import teasers from "./ucd-theme-teasers";
import trumba from "./ucd-theme-trumba";
import trumbaUpcoming from "./ucd-theme-trumba-upcoming";
import trumbaFilter from "./ucd-theme-trumba-filter";
export default [
alert,
backgroundColor,
backgroundImage,
brandTextbox,
buttonLink,
career,
careers,
categoryFilter,
contactList,
faq,
faqItem,
featuredArticle,
focalLink,
footerColumn,
footerColumns,
footerNav,
googleMap,
heading,
headingWithIcon,
heroBanner,
imageLandscape,
landerNav,
layoutColumn,
layoutColumns,
layoutContainer,
layoutBasic,
layoutShrink,
layoutQuad,
manualSubnav,
marketingHighlight,
marketingHighlightHorizontal,
mediaLink,
mediaLinks,
objectBox,
panelWithIcon,
poster,
posterList,
prefixedIconLink,
primarySubnav,
priorityLink,
priorityLinksItem,
priorityLinks,
query,
recentPosts,
separator,
silsSearchRedirect,
slideshow,
socialMedia,
spacer,
teaser,
teasers,
trumba,
trumbaUpcoming,
trumbaFilter
];