Merge remote-tracking branch 'origin/yaml-viewer' into yaml-viewer

This commit is contained in:
Isaiah 2023-11-29 14:04:57 -05:00
commit 8cd5e6d4cf

View file

@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['yaml', 'viewer', 'prettify', 'format'],
component: () => import('./yaml-viewer.vue'),
icon: AlignJustified,
redirectFrom: ['/yaml-viewer'],
createdAt: new Date('2023-11-29'),
});