import React from 'react'; import Home from './home'; const Index = () => (
); export default Index;