forked from LiveDuo/destack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ts
138 lines (137 loc) · 3.46 KB
/
index.ts
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
import Banner1 from './Banner1/index'
import Banner2 from './Banner2/index'
import Banner3 from './Banner3/index'
import Cta1 from './Cta1/index'
import Cta2 from './Cta2/index'
import Cta3 from './Cta3/index'
import Cta4 from './Cta4/index'
import Cta5 from './Cta5/index'
import Cta6 from './Cta6/index'
import Faq1 from './Faq1/index'
import Faq2 from './Faq2/index'
import Faq3 from './Faq3/index'
import Faq4 from './Faq4/index'
import Footer1 from './Footer1/index'
import Footer10 from './Footer10/index'
import Footer11 from './Footer11/index'
import Footer12 from './Footer12/index'
import Footer13 from './Footer13/index'
import Footer14 from './Footer14/index'
import Footer15 from './Footer15/index'
import Footer16 from './Footer16/index'
import Footer17 from './Footer17/index'
import Footer18 from './Footer18/index'
import Footer19 from './Footer19/index'
import Footer2 from './Footer2/index'
import Footer20 from './Footer20/index'
import Footer21 from './Footer21/index'
import Footer22 from './Footer22/index'
import Footer23 from './Footer23/index'
import Footer3 from './Footer3/index'
import Footer4 from './Footer4/index'
import Footer5 from './Footer5/index'
import Footer6 from './Footer6/index'
import Footer7 from './Footer7/index'
import Footer8 from './Footer8/index'
import Footer9 from './Footer9/index'
import Form1 from './Form1/index'
import Form2 from './Form2/index'
import Form3 from './Form3/index'
import Form4 from './Form4/index'
import Navigation1 from './Navigation1/index'
import Navigation10 from './Navigation10/index'
import Navigation2 from './Navigation2/index'
import Navigation3 from './Navigation3/index'
import Navigation4 from './Navigation4/index'
import Navigation5 from './Navigation5/index'
import Navigation6 from './Navigation6/index'
import Navigation7 from './Navigation7/index'
import Navigation8 from './Navigation8/index'
import Navigation9 from './Navigation9/index'
import Review1 from './Review1/index'
import Section1 from './Section1/index'
import Section2 from './Section2/index'
import Section3 from './Section3/index'
import Section4 from './Section4/index'
import Section5 from './Section5/index'
import Section6 from './Section6/index'
import Stats1 from './Stats1/index'
import Stats2 from './Stats2/index'
import Testimonials1 from './Testimonials1/index'
import Testimonials2 from './Testimonials2/index'
import Testimonials3 from './Testimonials3/index'
import Testimonials4 from './Testimonials4/index'
import Testimonials5 from './Testimonials5/index'
import Testimonials6 from './Testimonials6/index'
import Testimonials7 from './Testimonials7/index'
import Testimonials8 from './Testimonials8/index'
const components = {
Banner1,
Banner2,
Banner3,
Cta1,
Cta2,
Cta3,
Cta4,
Cta5,
Cta6,
Faq1,
Faq2,
Faq3,
Faq4,
Footer1,
Footer10,
Footer11,
Footer12,
Footer13,
Footer14,
Footer15,
Footer16,
Footer17,
Footer18,
Footer19,
Footer2,
Footer20,
Footer21,
Footer22,
Footer23,
Footer3,
Footer4,
Footer5,
Footer6,
Footer7,
Footer8,
Footer9,
Form1,
Form2,
Form3,
Form4,
Navigation1,
Navigation10,
Navigation2,
Navigation3,
Navigation4,
Navigation5,
Navigation6,
Navigation7,
Navigation8,
Navigation9,
Review1,
Section1,
Section2,
Section3,
Section4,
Section5,
Section6,
Stats1,
Stats2,
Testimonials1,
Testimonials2,
Testimonials3,
Testimonials4,
Testimonials5,
Testimonials6,
Testimonials7,
Testimonials8,
}
export default components