1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔧 Silence another annoying warning

This commit is contained in:
Steffo 2021-10-10 17:11:40 +02:00
parent 46231ecf57
commit 31fcc78049

View file

@ -22,7 +22,7 @@ import {InstanceProvider} from "./contexts/instance"
import {ThemeProvider} from "./contexts/theme"
function App({}: RouteComponentProps) {
function App({..._}: RouteComponentProps) {
return (
<InstanceProvider>
<InstanceRouter