This repository has been archived on 2025-05-09. You can view files and clone it, but cannot push or open issues or pull requests.

13 lines
157 B
JavaScript

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