refactor: style settings page with tailwind

This commit is contained in:
2023-12-04 12:53:11 +00:00
parent 01cb378ff0
commit 563b171ade
6 changed files with 14 additions and 46 deletions

View File

@ -3,6 +3,8 @@
declare const __XXX: boolean;
declare const __XXX_HOST: string;
declare const __ZAP_STREAM_VERSION__: string;
declare const __SINGLE_PUBLISHER: string;
declare module "*.jpg" {
const value: unknown;
@ -48,4 +50,3 @@ declare module "light-bolt11-decoder" {
}
}
declare const __SINGLE_PUBLISHER: string;