dwysokinski.me/src/pages/index.js

8 lines
164 B
JavaScript

import React from 'react';
import IndexPage from '@features/IndexPage/IndexPage';
const IndexPage = props => <IndexPage {...props} />;
export default IndexPage;