Skip to content

Commit

Permalink
Remove outdated import
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Aug 8, 2024
1 parent f903fd8 commit 4ae152c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/members/[id].astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import {
getMembers, getReportCashTotal, getReportFullTotal, getDollarsPerDev, fmtCurrency
getMembers, getReportFullTotal, getDollarsPerDev, fmtCurrency
} from '../../member_util.ts';
import type { Member } from "../../content/config.ts";
import Layout from "../../layouts/Layout.astro";
Expand Down

0 comments on commit 4ae152c

Please sign in to comment.