Skip to content

Commit

Permalink
wip (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Sep 20, 2023
1 parent 906ca02 commit 31e4c9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { CampaignDetailsContainerComponent } from './components/campaign-details
import { PublicPagesGuard } from '@core/services/public-pages.guard';

const routes: Routes = [
{
/*{
path: '',
component: CampaignDetailsContainerComponent,
children: [
Expand All @@ -27,7 +27,7 @@ const routes: Routes = [
canActivate: [AuthGuardService]
}
]
}
}*/
];

@NgModule({
Expand Down

0 comments on commit 31e4c9e

Please sign in to comment.