Skip to content

Commit 4791846

Browse files
committed
chore(frontend): sort imports
1 parent c0d38a7 commit 4791846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/app/components/common.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ import {
8181
} from "@tabler/icons-react";
8282
import { useQuery } from "@tanstack/react-query";
8383
import clsx from "clsx";
84+
import { produce } from "immer";
8485
import Cookies from "js-cookie";
8586
import type { ReactNode, Ref } from "react";
8687
import { Fragment, useState } from "react";
@@ -134,7 +135,6 @@ import {
134135
MetadataGroupDisplayItem,
135136
PersonDisplayItem,
136137
} from "./media";
137-
import { produce } from "immer";
138138

139139
export const ApplicationGrid = (props: {
140140
children: ReactNode | Array<ReactNode>;

0 commit comments

Comments
 (0)