Skip to content

Commit

Permalink
Move LN pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Dec 3, 2024
1 parent b9be473 commit 9b1e328
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
@using NBitcoin
@inject IState<RootState> State
@inject IState<UIState> UIState
@inject IState<StoreState> StoreState
@inject LightningNodeManager LightningNodeManager
@inject IDispatcher Dispatcher
@inherits Fluxor.Blazor.Web.Components.FluxorComponent
Expand Down
1 change: 0 additions & 1 deletion BTCPayApp.UI/Pages/Settings/LightningChannelsPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@using BTCPayApp.Core.Helpers
@using BTCPayApp.Core.LDK
@using BTCPayApp.Core.Wallet
@using BTCPayServer.Lightning
@using LNURL
@using NBitcoin
@using org.ldk.enums
Expand Down
1 change: 0 additions & 1 deletion BTCPayApp.UI/Routes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public static class Routes
public const string Dashboard = "/dashboard";
public const string Notifications = "/notifications";
public const string EnterPasscode = "/passcode";
public const string Pair = "/pair";
public const string Funds = "/funds";
public const string Send = "/send";
public const string Receive = "/receive";
Expand Down

0 comments on commit 9b1e328

Please sign in to comment.