import React from 'react';
import Another from './Another';

export default () => {
  return <div>
    test
    <Another/>
  </div>
}
