Skip to content

Commit

Permalink
chore: revert hiding of new demo route
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Dec 24, 2024
1 parent f6354be commit 47f19bd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions projects/demo/src/modules/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,11 @@ export const ROUTES: Routes = [
loadComponent: async () => import('../components/input-month-range'),
title: 'InputMonthRange',
}),
// TODO: it will be revealed later
// route({
// path: DemoRoute.InputNumber,
// loadComponent: async () => import('../components/input-number'),
// title: 'InputNumber',
// }),
route({
path: DemoRoute.InputNumber,
loadComponent: async () => import('../components/input-number'),
title: 'InputNumber',
}),
route({
path: DemoRoute.InputNumberLegacy,
loadComponent: async () => import('../components/input-number-legacy'),
Expand Down

0 comments on commit 47f19bd

Please sign in to comment.