Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3246 Rev 3247
Línea 7... Línea 7...
7
import HabitsUrlsProvider from '@providers/habits/habitsUrls'
7
import HabitsUrlsProvider from '@providers/habits/habitsUrls'
Línea 8... Línea 8...
8
 
8
 
Línea 9... Línea 9...
9
import './habits.css'
9
import './habits.css'
10
 
10
 
11
export default function HabitsLayout() {
11
export default function HabitsLayout() {
12
  const matchHabits = useMatch('/habits')
12
  const matchHabits = useMatch('/habits/habits')
13
  const matchGoals = useMatch('/goals')
13
  const matchGoals = useMatch('/habits/goals')
14
  const matchPurposes = useMatch('/purposes')
14
  const matchPurposes = useMatch('/habits/purposes')
Línea 15... Línea 15...
15
  const matchParadigms = useMatch('/paradigms')
15
  const matchParadigms = useMatch('/habits/paradigms')
16
  const matchValues = useMatch('/values')
16
  const matchValues = useMatch('/habits/values')
17
 
17
 
18
  return (
18
  return (