mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 08:46:15 -04:00
fix
This commit is contained in:
parent
be0302771d
commit
4886332ff5
2 changed files with 66 additions and 66 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) => ({ category: name, ...tool })),
|
||||
components.map(tool) => ({ category: name, ...tool }),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue