Skip to content

Commit

Permalink
♻️ move email page components (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Sep 23, 2024
1 parent 4c09935 commit 7ab9001
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/~/moderations/api/src/:id/email/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { is_zammad_ticket } from "@~/zammad.lib/is_zammad_ticket";
import { to } from "await-to-js";
import { Hono } from "hono";
import { jsxRenderer } from "hono/jsx-renderer";
import { get_moderation, type ContextType } from "./context";
import Page from "./page";
import { get_moderation, type ContextType } from "./page/context";

//

Expand Down

0 comments on commit 7ab9001

Please sign in to comment.