mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-23 07:14:21 +00:00
🔧 Silence the annoying dependency warning
This commit is contained in:
parent
d919e6d042
commit
a23e3197ad
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ export function ResourceRouter<Resource>({selection, unselectedRoute, selectedRo
|
||||||
<UnselectedRoute/>
|
<UnselectedRoute/>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
[selection, selectedRoute, unselectedRoute],
|
[selection, SelectedRoute, UnselectedRoute],
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue