mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
feat(page): home page layout
This commit is contained in:
@@ -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 })));
|
||||
|
||||
Reference in New Issue
Block a user