cryogenic22's picture
Create frontend/src/components/learning-paths/index.ts
8e3c048 verified
raw
history blame contribute delete
209 Bytes
// src/components/learning-paths/index.ts
export { default as PathCard } from './PathCard';
export { default as ModuleList } from './ModuleList';
export { default as ProgressTracker } from './ProgressTracker';