feat: add basic layout (#3)
Co-authored-by: typist <git@mail.typist.cc> Reviewed-on: #3
This commit is contained in:
8
src/components/tool/index.tsx
Normal file
8
src/components/tool/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
interface Tool {
|
||||
name: string;
|
||||
description: string;
|
||||
icon: React.ReactNode;
|
||||
component: React.ReactNode;
|
||||
}
|
||||
|
||||
export const tools: Tool[] = [];
|
||||
Reference in New Issue
Block a user