From 6348af8862ed63e27549fdb70d3d94a4c9a72be8 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Fri, 26 Jul 2024 19:19:37 +0200 Subject: [PATCH] home1 removed --- bizmatch/src/app/app.routes.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bizmatch/src/app/app.routes.ts b/bizmatch/src/app/app.routes.ts index 6ea8c15..ba318e4 100644 --- a/bizmatch/src/app/app.routes.ts +++ b/bizmatch/src/app/app.routes.ts @@ -8,7 +8,6 @@ import { DetailsBusinessListingComponent } from './pages/details/details-busines import { DetailsCommercialPropertyListingComponent } from './pages/details/details-commercial-property-listing/details-commercial-property-listing.component'; import { DetailsUserComponent } from './pages/details/details-user/details-user.component'; import { HomeComponent } from './pages/home/home.component'; -import { Home1Component } from './pages/home1/home1.component'; import { BrokerListingsComponent } from './pages/listings/broker-listings/broker-listings.component'; import { BusinessListingsComponent } from './pages/listings/business-listings/business-listings.component'; import { CommercialPropertyListingsComponent } from './pages/listings/commercial-property-listings/commercial-property-listings.component'; @@ -40,10 +39,6 @@ export const routes: Routes = [ path: 'home', component: HomeComponent, }, - { - path: 'home1', - component: Home1Component, - }, // ######### // Listings Details {