Skip to content

Commit

Permalink
mv organisms to molecules
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Sep 29, 2024
1 parent ea9cc89 commit 857e639
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/routes/cashier-v2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { type ClientActionFunction, useSubmit } from "@remix-run/react";
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
import useSWRSubscription from "swr/subscription";
import { z } from "zod";
import { ItemAssign } from "~/components/molecules/ItemAssign";
import { DiscountInput } from "~/components/organisms/DiscountInput";
import { ItemAssign } from "~/components/organisms/ItemAssign";
import { OrderAlertDialog } from "~/components/organisms/OrderAlertDialog";
import { Button } from "~/components/ui/button";
import { Input } from "~/components/ui/input";
Expand Down

0 comments on commit 857e639

Please sign in to comment.