Update src/tools/list-converter/index.ts

This commit is contained in:
Corentin THOMASSET 2023-05-07 11:24:22 +02:00 committed by GitHub
parent adcffe1e51
commit 557860ba08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,5 @@ export const tool = defineTool({
keywords: ['list', 'converter', 'sort', 'reverse', 'prefix', 'suffix', 'lowercase', 'truncate'],
component: () => import('./list-converter.vue'),
icon: ArrowsShuffle,
createdAt: new Date('2023-04-28'),
createdAt: new Date('2023-05-07'),
});