mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 23:04:21 +00:00
🔧 Silence another annoying warning
This commit is contained in:
parent
b4ee807e1a
commit
f7ad614323
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import {InstanceProvider} from "./contexts/instance"
|
|||
import {ThemeProvider} from "./contexts/theme"
|
||||
|
||||
|
||||
function App({}: RouteComponentProps) {
|
||||
function App({..._}: RouteComponentProps) {
|
||||
return (
|
||||
<InstanceProvider>
|
||||
<InstanceRouter
|
||||
|
|
Loading…
Reference in a new issue