Replace NavigateToStore (#15)
This commit is contained in:
parent
9b03754939
commit
ae179d618e
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ const DeckyPluginRouterTest: VFC = () => {
|
|||
return (
|
||||
<div style={{ marginTop: "50px", color: "white" }}>
|
||||
Hello World!
|
||||
<DialogButton onClick={() => Router.NavigateToStore()}>
|
||||
Go to Store
|
||||
<DialogButton onClick={() => Router.NavigateToLibraryTab()}>
|
||||
Go to Library
|
||||
</DialogButton>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue