6 lines
68 B
TypeScript
Raw Normal View History

2025-05-22 16:43:04 +08:00
export const useConfig = (id: string) => {
return {
id,
}
}