Diessy Okandze

master
Okandze-Diessy 2024-08-19 17:51:29 +01:00
parent a1fb113129
commit f67b2e87d1
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router'; import { RouterModule, Routes } from '@angular/router';
import {VehicleListComponent} from "./features/vehicle/page/vehicle-list/vehicle-list.component";
import {LayoutComponent} from "./layout/layout.component"; import {LayoutComponent} from "./layout/layout.component";
import {VehicleViewComponent} from "./features/vehicle/page/vehicle-view/vehicle-view.component"; import {VehicleViewComponent} from "./features/vehicle/page/vehicle-view/vehicle-view.component";