feat: implement core micro-learning components and hooks for diverse educational formats

This commit is contained in:
RaymondVerhoef
2026-05-24 23:45:26 +02:00
parent 55bcb689e7
commit cd151aace4
7 changed files with 71 additions and 83 deletions

View File

@@ -1,4 +1,4 @@
import pb from '../lib/pb';
import { pb } from '../lib/pb';
export function useMicroLearnings() {
const getMicroLearningsByTopic = async (topicId) => {