From aad8d84e13ce31c1b7c1cbb930fb8bd4c0abe13a Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 7 May 2023 23:31:10 +0200 Subject: ui-lib(new-component): added text input component in the c-lib --- src/ui/demo/demo.routes.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ui/demo/demo.routes.ts') diff --git a/src/ui/demo/demo.routes.ts b/src/ui/demo/demo.routes.ts index 0e9a9e4..9ae1e77 100644 --- a/src/ui/demo/demo.routes.ts +++ b/src/ui/demo/demo.routes.ts @@ -6,8 +6,6 @@ export const demoRoutes = Object.keys(demoPages).map((path) => { const [, , fileName] = path.split('/'); const name = fileName.split('.').shift(); - console.log(path); - return { path: name, name, -- cgit v1.2.3