export default [ { name: 'Calculation', route: '/', exact: true, }, { name: 'NotFound', route: undefined, exact: true, }, ];