mirror of
https://github.com/langgenius/dify.git
synced 2025-07-17 22:30:43 +00:00
6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
![]() |
export const useConfig = (id: string) => {
|
||
|
return {
|
||
|
id,
|
||
|
}
|
||
|
}
|