Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ShephardLuke committed Nov 28, 2024
1 parent f9d6989 commit 771f9b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/view/databaseDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useSearchParams } from "next/navigation";
import { useEffect, useState } from "react";
import ObjectStore from "./objectStore/objectStoreDisplay";
import ObjectStoreCreation from "./objectStore/objectStoreCreation";
import { DBIndex } from "./databaseIndex";

export default function DatabaseDisplay() {
const searchParams = useSearchParams();
Expand Down

0 comments on commit 771f9b4

Please sign in to comment.