Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Sep 25, 2024
1 parent 2052152 commit 00b4b00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/Wallet.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import { webln } from "@getalby/sdk";
import React from "react";
import { Outlet, useNavigate, useLocation } from "react-router-dom";
import { Outlet, useNavigate } from "react-router-dom";
import { localStorageKeys } from "../constants";
import useStore from "../state/store";

export function Wallet() {

const navigate = useNavigate();
const location = useLocation();


React.useEffect(() => {
(async () => {
const nwcUrl = window.localStorage.getItem(localStorageKeys.nwcUrl);
Expand Down

0 comments on commit 00b4b00

Please sign in to comment.