Skip to content

Commit eac0984

Browse files
committed
cleanup
1 parent 00411df commit eac0984

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/app/(app)/pages/_components/page-editor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { useMutation } from "@tanstack/react-query";
77
import { useRef } from "react";
88
import { useDebouncedCallback } from "use-debounce";
99
import { BlockEditor } from "~/components/editor/block-editor";
10-
import { env } from "~/env";
1110
import { useTRPC } from "~/trpc/react";
1211

1312
type PageEditorProps = {

0 commit comments

Comments
 (0)