Skip to content

Commit

Permalink
Linter sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
chadokruse committed Nov 14, 2024
1 parent 7ee70ce commit a45f540
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions apps/web/src/lib/components/profiles/Profile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@
// import claudeIcon from '$lib/assets/images/claude.svg';
import logo from '$lib/assets/images/logo.svg';
import irsLogo from '$lib/assets/images/irs-logo.webp';
import { Sparkles } from 'svelte-heros-v2';
import type { GrantmakersExtractedDataObj } from '@shared/typings/grantmakers/all';
import ApplicationGuidelines from './guidelines/ApplicationGuidelines.svelte';
import Tip from './alerts/Tip.svelte';
// import Blink from '../shared/icons/Blink.svelte';
import BarFinancialTrends from './charts/BarFinancialTrends.svelte';
import BarFinancialOverview from './charts/BarFinancialOverview.svelte';
import GrantsSummaryBox from './grants/GrantsSummaryBox.svelte';
import LogoMark from '../shared/LogoMark.svelte';
import Blink from '../shared/icons/Blink.svelte';
import CharitableActivities from './activities/CharitableActivities.svelte';
import SideNav from './sidenav/SideNav.svelte';
import PercentileBar from './overview/PercentileBar.svelte';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
import Dot from '$lib/components/shared/icons/Dot.svelte';
import Eyes from '$lib/components/shared/icons/Eyes.svelte';
import { formatToCurrency } from '@shared/functions/formatters/numbers';
import type { GrantmakersExtractedDataObj } from '@shared/typings/grantmakers/all';
Expand Down Expand Up @@ -51,15 +50,6 @@
</tr>
{/if}
</tbody>
<!-- <tfoot>
<tr>
<td colspan="2" class="max-w-sm text-sm text-gray-700">
<div class="my-2">
<Tip message={'Grants to be paid out in the future are not included.'} variation={'inline'} includeLogo />
</div>
</td>
</tr>
</tfoot> -->
</table>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<script lang="ts">
import HandDrawnBorder from '$lib/components/shared/HandDrawnBorder.svelte';
import BarGrantsSnapshot from '../charts/BarGrantsSnapshot.svelte';
import chartSkeleton from '$lib/assets/images/blank-chart.jpg';
import { ChartBarSquare } from 'svelte-heros-v2';
import { humanizeCurrency, humanizeNumber } from '@shared/functions/formatters/numbers';
import type { GrantmakersExtractedDataObj } from '@shared/typings/grantmakers/all';
import Tip from '../alerts/Tip.svelte';
Expand Down

0 comments on commit a45f540

Please sign in to comment.