Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Sep 15, 2024
1 parent 131feac commit 4ba1875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/items/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { itemSchema, itemtypes, type2label } from "~/models/item";
// Add these imports
import type { ItemEntity, ItemType } from "~/models/item"; // Adjust the path as needed

import { addItem } from "./actions/addItem";
import { type addItem } from "./actions/addItem";

export { action as clientAction } from "./action";

Expand Down

0 comments on commit 4ba1875

Please sign in to comment.