diff --git a/frontend/src/routes/(app)/+page.svelte b/frontend/src/routes/(app)/+page.svelte index 8db66a5..c2861c9 100644 --- a/frontend/src/routes/(app)/+page.svelte +++ b/frontend/src/routes/(app)/+page.svelte @@ -3,32 +3,35 @@ import * as Card from '$lib/components/ui/card' import { Button } from '$lib/components/ui/button' import { Separator } from '$lib/components/ui/separator' - import { BarChart } from 'lucide-svelte' + import { BarChart, ExternalLink } from 'lucide-svelte' export let data: PageData -