mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
fix
This commit is contained in:
parent
8a723eb5c7
commit
54b14e0f7a
1 changed files with 1 additions and 1 deletions
|
@ -211,5 +211,5 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
|
||||
export const tools = toolsByCategory.flatMap(({ components }) => components);
|
||||
export const toolsWithCategory = toolsByCategory.flatMap(({ components, name }) =>
|
||||
components.map((tool) => ({ ...tool, category: name })),
|
||||
components.map(tool => ({ ...tool, category: name })),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue