Calculator visual results

This commit is contained in:
softsimon
2023-06-18 00:16:47 +02:00
parent 67a998c69f
commit 120c27d120
6 changed files with 115 additions and 23 deletions

View File

@@ -280,7 +280,7 @@ let routes: Routes = [
component: RbfList,
},
{
path: 'calculator',
path: 'tools/calculator',
component: CalculatorComponent
},
{