ecency-mobile/src/components/index.js

9 lines
285 B
JavaScript
Raw Normal View History

2018-09-09 17:52:50 +03:00
import Logo from "./logo/logo";
import Comment from "./comment/comment";
import PostCard from "./postCard";
2018-09-09 17:52:50 +03:00
import Reply from "./reply/reply";
import Search from "./search/search";
import { FormInput } from "./formInput";
2018-09-09 17:52:50 +03:00
export { Logo, Comment, PostCard, Reply, Search, FormInput };