mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-26 01:24:22 +01:00
Bring back reset router
This commit is contained in:
committed by
Paul Miller
parent
68bd5f8d3d
commit
8fbda8856f
@@ -19,6 +19,7 @@ import { Network } from "~/logic/mutinyWalletSetup";
|
||||
import { ExternalLink } from "./layout/ExternalLink";
|
||||
import { Restart } from "./Restart";
|
||||
import { ResyncOnchain } from "./ResyncOnchain";
|
||||
import { ResetRouter } from "./ResetRouter";
|
||||
import { MiniStringShower } from "./DetailsModal";
|
||||
|
||||
// TODO: hopefully I don't have to maintain this type forever but I don't know how to pass it around otherwise
|
||||
@@ -428,6 +429,8 @@ export default function KitchenSink() {
|
||||
<Hr />
|
||||
<ResyncOnchain />
|
||||
<Hr />
|
||||
<ResetRouter />
|
||||
<Hr />
|
||||
<Restart />
|
||||
<Hr />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user