mirror of
https://github.com/langgenius/dify.git
synced 2025-07-16 05:35:09 +00:00
6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
export const useConfig = (id: string) => {
|
|
return {
|
|
id,
|
|
}
|
|
}
|