We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d38a7 commit 4791846Copy full SHA for 4791846
apps/frontend/app/components/common.tsx
@@ -81,6 +81,7 @@ import {
81
} from "@tabler/icons-react";
82
import { useQuery } from "@tanstack/react-query";
83
import clsx from "clsx";
84
+import { produce } from "immer";
85
import Cookies from "js-cookie";
86
import type { ReactNode, Ref } from "react";
87
import { Fragment, useState } from "react";
@@ -134,7 +135,6 @@ import {
134
135
MetadataGroupDisplayItem,
136
PersonDisplayItem,
137
} from "./media";
-import { produce } from "immer";
138
139
export const ApplicationGrid = (props: {
140
children: ReactNode | Array<ReactNode>;
0 commit comments