Skip to content

Commit

Permalink
Use grep search in search-api rather than curriculumApi
Browse files Browse the repository at this point in the history
  • Loading branch information
jnatten committed Jan 8, 2025
1 parent 0e6c03b commit cae9dab
Show file tree
Hide file tree
Showing 13 changed files with 143 additions and 494 deletions.
66 changes: 0 additions & 66 deletions src/api/__tests__/curriculumApi-test.ts

This file was deleted.

297 changes: 0 additions & 297 deletions src/api/curriculumApi.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@

export { fetchArticle, fetchArticles } from "./articleApi";
export { searchConcepts, fetchConcept, fetchListingPage } from "./conceptApi";
export {
fetchCompetenceGoals,
fetchCompetenceSet,
fetchCoreElement,
fetchCoreElements,
fetchCoreElementReferences,
fetchCrossSubjectTopicsByCode,
fetchCrossSubjectTopics,
fetchLK20Curriculum,
fetchLK20CompetenceGoalSet,
} from "./curriculumApi";
export { fetchImage, fetchImageV3 } from "./imageApi";
export { fetchFrontpage, fetchSubjectPage, fetchFilmFrontpage } from "./frontpageApi";
export { fetchLearningpaths, fetchMyLearningpaths, fetchLearningpath } from "./learningpathApi";
Expand Down
Loading

0 comments on commit cae9dab

Please sign in to comment.