2 lines
79 B
TypeScript
2 lines
79 B
TypeScript
export const currencyOptions = [{ label: "BTC", value: "BTC", unit: "sats" }];
|
export const currencyOptions = [{ label: "BTC", value: "BTC", unit: "sats" }];
|