aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/react-small-apps/apps/todos/src/components/layout/index.js
blob: 1e1af4c762fd9c5493204e15b039dab8c5c40f9b (plain)
1
2
3
4
5
import Footer from "./Footer/Footer";
import Header from "./Header/Header";
import Main from "./Main/Main";

export { Footer, Header, Main };