Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
starheim98 committed Jan 23, 2025
1 parent 0039e96 commit d8a8003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/function-column.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function ChildrenGroupItem({
func,
selected,
}: { func: BackendFunction; selected: boolean }) {
const { config } = Route.useLoaderData();
//const { config } = Route.useLoaderData();
const { metadata } = useMetadata(func.id);
const { filters } = Route.useSearch();

Expand Down

0 comments on commit d8a8003

Please sign in to comment.