mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
fix: date error
This commit is contained in:
parent
d2c270a65f
commit
df1169dee0
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ export const tool = defineTool({
|
|||
keywords: ['json', 'parse', 'typescript', 'convert', 'transform'],
|
||||
component: () => import('./json-to-ts.vue'),
|
||||
icon: Braces,
|
||||
createdAt: new Date('2024-05-25'),
|
||||
createdAt: new Date('2024-04-25'),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue