-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.js
More file actions
25 lines (23 loc) · 965 Bytes
/
Copy pathmain.js
File metadata and controls
25 lines (23 loc) · 965 Bytes
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
import './Components/Global/Global.scss';
import './Components/Global/Global.js';
import './Components/Error404/Error404.scss';
import './Components/Menu/Menu.scss';
import './Components/Menu/Menu.js';
import './Components/Footer/Footer.scss';
import './Components/Blog/Blog.scss';
import './Components/Blog/Single.scss';
import './Components/Cta/Cta.scss';
import './Components/Faq/Faq.scss';
import './Components/Faq/Faq.js';
import './Components/Hero/Hero.scss';
import './Components/Introduction/Introduction.scss';
import './Components/Map/Map.scss';
import './Components/Newsletter/Newsletter.scss';
import './Components/Newsletter/Newsletter.js';
import './Components/Testimonial/Testimonial.scss';
import './Components/Timeline/Timeline.scss';
import './Components/Pricing/Pricing.scss';
import './Components/Gallery/Gallery.scss';
import './Components/Gallery/Gallery.js';
import './Components/Slider/Slider.scss';
import './Components/Slider/Slider.js';