mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-23 07:14: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"
|
import {ThemeProvider} from "./contexts/theme"
|
||||||
|
|
||||||
|
|
||||||
function App({}: RouteComponentProps) {
|
function App({..._}: RouteComponentProps) {
|
||||||
return (
|
return (
|
||||||
<InstanceProvider>
|
<InstanceProvider>
|
||||||
<InstanceRouter
|
<InstanceRouter
|
||||||
|
|
Loading…
Reference in a new issue