Spaces:
Build error
Build error
| // Basic GitLab API hook placeholder | |
| export const useGitLabAPI = (config?: { token: string; baseUrl: string }) => { | |
| return { | |
| // Placeholder implementation - will be expanded as needed | |
| config, | |
| }; | |
| }; | |