mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
chore: first commit
This commit is contained in:
5
src/tools/index.ts
Normal file
5
src/tools/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { tool as tokenGenerator } from './token-generator';
|
||||
|
||||
export const tools = {
|
||||
crypto: [tokenGenerator],
|
||||
};
|
||||
Reference in New Issue
Block a user