Skip to content

Commit

Permalink
fix:fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Astalum committed Sep 18, 2024
1 parent 129869c commit 8bbfe4e
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
@@ -1,7 +1,7 @@
import { parseWithZod } from "@conform-to/zod";
import { AlertDialogCancel } from "@radix-ui/react-alert-dialog";
import { TrashIcon } from "@radix-ui/react-icons";
import { type ClientActionFunction, json } from "@remix-run/react";
import { json, type ClientActionFunction } from "@remix-run/react";
import { indexOf } from "lodash";
import { useState } from "react";
import useSWRSubscription from "swr/subscription";
Expand Down Expand Up @@ -30,7 +30,7 @@ import {
import { itemConverter } from "~/firebase/converter";
import { collectionSub } from "~/firebase/subscription";
import { type WithId } from "~/lib/typeguard";
import { type Item, itemSchema, type ItemType } from "~/models/item";
import { itemSchema, type Item, type ItemType } from "~/models/item";
import { type Order } from "~/models/order";
import { itemRepository } from "~/repositories/item";

Expand Down

0 comments on commit 8bbfe4e

Please sign in to comment.