Skip to content

Commit

Permalink
Import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShephardLuke committed Nov 28, 2024
1 parent 9ad692f commit 8e253b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/objectStore/objectStoreCreation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import PrimaryButton from "../../buttons/primaryButton";
import DatabaseIndex from "../table/databaseIndex";
import DatabaseInput from "../input/databaseInput";
import DeleteButton from "../../buttons/deleteButton";
import { DBIndex } from "../dbIndex";
import SuccessMessage from "@/app/messages/successMessage";
import { DBIndex } from "../dbIndex";

export default function ObjectStoreCreation({newObjectStore}: {newObjectStore: (name: string, indexes: DBIndex[], result: (success: boolean, message: string) => void) => void}) { // User interface for creating new object stores

Expand Down

0 comments on commit 8e253b3

Please sign in to comment.