🧑💻(frontend) move dev tool to the bottom left corner
Nothing happens in the bottom left corner. Avoid hiding features while developing.
This commit is contained in:
committed by
aleb_the_flash
parent
db65aef56e
commit
506b3978e1
@@ -55,7 +55,10 @@ function App() {
|
|||||||
<Route component={NotFoundScreen} />
|
<Route component={NotFoundScreen} />
|
||||||
</Switch>
|
</Switch>
|
||||||
</Layout>
|
</Layout>
|
||||||
<ReactQueryDevtools initialIsOpen={false} buttonPosition="top-left" />
|
<ReactQueryDevtools
|
||||||
|
initialIsOpen={false}
|
||||||
|
buttonPosition="bottom-left"
|
||||||
|
/>
|
||||||
</I18nProvider>
|
</I18nProvider>
|
||||||
</Suspense>
|
</Suspense>
|
||||||
</QueryClientProvider>
|
</QueryClientProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user