-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
40 lines (35 loc) · 889 Bytes
/
index.js
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
// Header Components
import Header from './Header/Header';
// Footer Components
import Footer from './Footer/Footer';
// Container Components
import Container from './Container/Container';
import AnimationContainer from './Container/AnimationContainer';
// Login Components
import LoginForm from './#/#Form';
import #Form from './#/#Form';
// Common Components
import Protected from './Header/Protected';
import { Loading, Button, Input, Search, Avatar, Logo, Select, PostCard,Rte } from './Common/index';
import PostForm from './PostForm/PostForm';
import CardContainer from './Container/CardContainer'
export {
CardContainer,
Header,
Footer,
PostForm,
Container,
AnimationContainer,
LoginForm,
#Form,
Loading,
Button,
Input,
Search,
Avatar,
Logo,
Select,
PostCard,
Protected,
Rte
};