Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfderechter committed Dec 27, 2024
1 parent ecb5509 commit 26fbfec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Coin, CryptoCurrency } from "./cryptocurrency";
import {
saveData,
loadData,
exportData,
importData,
} from "./data/localstorage";
import { getCoinOnDate, getCoins, getCoinsPrices } from "./data/coingecko";
Expand Down Expand Up @@ -793,4 +792,3 @@ export function init() {
loadData();
init();

exportData(); // Setup the exportDataBtn so it's ready upon click

0 comments on commit 26fbfec

Please sign in to comment.