mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
Update src/tools/list-converter/index.ts
This commit is contained in:
parent
adcffe1e51
commit
557860ba08
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ export const tool = defineTool({
|
||||||
keywords: ['list', 'converter', 'sort', 'reverse', 'prefix', 'suffix', 'lowercase', 'truncate'],
|
keywords: ['list', 'converter', 'sort', 'reverse', 'prefix', 'suffix', 'lowercase', 'truncate'],
|
||||||
component: () => import('./list-converter.vue'),
|
component: () => import('./list-converter.vue'),
|
||||||
icon: ArrowsShuffle,
|
icon: ArrowsShuffle,
|
||||||
createdAt: new Date('2023-04-28'),
|
createdAt: new Date('2023-05-07'),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue