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:
parent
46231ecf57
commit
31fcc78049
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