Update src/tools/regex-memo/index.ts

This commit is contained in:
Corentin THOMASSET 2024-09-20 20:34:00 +02:00 committed by GitHub
parent e2a1748fa9
commit 52d8f738ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['regex', 'regular', 'expression', 'javascript', 'memo', 'cheatsheet'],
component: () => import('./regex-memo.vue'),
icon: BrandJavascript,
createdAt: new Date('2024-09-14'),
createdAt: new Date('2024-09-20'),
});