Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3313 Rev 3314
Línea 2... Línea 2...
2
 
2
 
Línea 3... Línea 3...
3
import { useFetch } from '@hooks'
3
import { useFetch } from '@hooks'
Línea 4... Línea 4...
4
 
4
 
5
export const MyProgressContext = createContext()
5
export const MyProgressContext = createContext()
6
 
6
 
7
export default function MyProgressProvider({ url, children }) {
7
export default function MyProgressProvider({ children }) {
8
  const { data: habits, isLoading: loading } = useFetch(
8
  const { data: habits, isLoading: loading } = useFetch(