move lightning.ts to better dir

This commit is contained in:
Martti Malmi 2023-05-02 00:05:44 +03:00
parent cd9047025d
commit cf04113073
2 changed files with 1 additions and 1 deletions

View File

@ -6,10 +6,10 @@ import { useEffect, useState } from 'preact/hooks';
import { route } from 'preact-router';
import Icons from '../../Icons';
import { decodeInvoice } from '../../Lightning';
import Events from '../../nostr/Events';
import Key from '../../nostr/Key';
import SocialNetwork from '../../nostr/SocialNetwork';
import { decodeInvoice } from '../../views/Lightning';
import Identicon from '../Identicon';
import ZapModal from '../modal/Zap';