Skip to content

Commit

Permalink
revert some accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
supertong committed Nov 24, 2024
1 parent 021643a commit cf8bcb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
23 changes: 0 additions & 23 deletions src/components/Dialog/Dialog.css

This file was deleted.

1 change: 0 additions & 1 deletion src/components/Dialog/MobileDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { type DetailedHTMLProps, type HTMLAttributes } from "react";
import { twJoin } from "tailwind-merge";
import "./Dialog.css";

import { Portal } from "@/components/Portal";
import { useModalManager } from "@/hooks/useModalManager";
Expand Down
2 changes: 2 additions & 0 deletions src/components/Dialog/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "./index.css";

export * from "./Dialog";
export * from "./MobileDialog";
export * from "./components/DialogHeader";
Expand Down

0 comments on commit cf8bcb3

Please sign in to comment.