mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
ui-lib(new-component): added text input component in the c-lib
This commit is contained in:
committed by
Corentin THOMASSET
parent
401f13f7e3
commit
aad8d84e13
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user