Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3489 | Rev 3515 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3489 Rev 3505
Línea 4... Línea 4...
4
import { useFetch } from '@shared/hooks';
4
import { useFetch } from '@shared/hooks';
Línea 5... Línea 5...
5
 
5
 
6
import { Grid, PageHeader, Spinner } from '@shared/components';
6
import { Grid, PageHeader, Spinner } from '@shared/components';
Línea 7... Línea 7...
7
import { CapsuleCard } from '@microlearning/components';
7
import { CapsuleCard } from '@microlearning/components';
8
 
8
 
9
export default function TopicPage() {
9
export function TopicPage() {
Línea 10... Línea 10...
10
  const { uuid } = useParams();
10
  const { uuid } = useParams();