Skip to content

Commit

Permalink
型修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Astalum committed Sep 18, 2024
1 parent 4675c0d commit 129869c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/_header.casher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import {
} from "~/components/ui/table";
import { itemConverter } from "~/firebase/converter";
import { collectionSub } from "~/firebase/subscription";
import { WithId } from "~/lib/typeguard";
import { type Item, itemSchema, ItemType } from "~/models/item";
import { type WithId } from "~/lib/typeguard";
import { type Item, itemSchema, type ItemType } from "~/models/item";
import { type Order } from "~/models/order";
import { itemRepository } from "~/repositories/item";

Expand Down

0 comments on commit 129869c

Please sign in to comment.