Created new component and refactored
- Created new component to display the game of life algo - created an algo info component to combine the algo header for all algos
This commit is contained in:
@@ -10,5 +10,6 @@ export const routes: Routes = [
|
||||
{ path: RouterConstants.PATHFINDING.PATH, component: RouterConstants.PATHFINDING.COMPONENT},
|
||||
{ path: RouterConstants.SORTING.PATH, component: RouterConstants.SORTING.COMPONENT},
|
||||
{ path: RouterConstants.IMPRINT.PATH, component: RouterConstants.IMPRINT.COMPONENT},
|
||||
{ path: RouterConstants.GOL.PATH, component: RouterConstants.GOL.COMPONENT}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user