2025-05-22 16:43:30 +08:00

6 lines
68 B
TypeScript

export const useConfig = (id: string) => {
return {
id,
}
}