Skip to content

Commit c5fc62e

Browse files
committed
refactor: reorder user model import for consistency in utils.tests.ts
1 parent 313c2ef commit c5fc62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/utils.tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { vi } from "vitest";
22

3-
import type { User } from "@/models/user.model";
4-
53
import type { Category } from "@/models/category.model";
64
import type { Product } from "@/models/product.model";
5+
import type { User } from "@/models/user.model";
6+
77
import type { Session } from "react-router";
88

99
type TestRequestConfig = {

0 commit comments

Comments
 (0)