mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
chore: components base
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { tool as tokenGenerator } from './token-generator';
|
||||
import type { ToolCategory } from './Tool';
|
||||
|
||||
export const tools = {
|
||||
crypto: [tokenGenerator],
|
||||
};
|
||||
export const toolsByCategory: ToolCategory[] = [];
|
||||
|
||||
export const tools = toolsByCategory.flatMap(({ components }) => components);
|
||||
|
||||
Reference in New Issue
Block a user