mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
feat(page): home page layout
This commit is contained in:
parent
3db4f91c27
commit
57fd14a199
4 changed files with 65 additions and 3 deletions
|
@ -20,3 +20,4 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
];
|
||||
|
||||
export const tools = toolsByCategory.flatMap(({ components }) => components);
|
||||
export const toolsWithCategory = toolsByCategory.flatMap(({ components, name }) => components.map((tool) => ({ category: name, ...tool })));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue