Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrawlinson committed Oct 14, 2024
1 parent 1f123f4 commit a4722c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/apps/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { AppList } from "@/components/AppList";
import { LoginButton } from "@/components/LoginButton";
import { useEffect, useState } from "react";
import {
getAppsResponse,
getCategoriesResponse,
getDevicesResponse,
} from "@/badgehub-api-client/generated/swagger/public/public";
import { getAppData } from "../actions";

export interface SearchParams {
Expand Down

0 comments on commit a4722c8

Please sign in to comment.