refactor: update sort order packages

This commit is contained in:
Marc Seitz
2025-02-28 13:40:27 +01:00
parent cb0dcc5e78
commit dc53cd9214
2 changed files with 5 additions and 6 deletions
+3 -4
View File
@@ -5,10 +5,9 @@ import { ReactNode, useEffect, useState } from "react";
import { useSession } from "next-auth/react";
import { toast } from "sonner";
import { Button } from "@/components/ui/button";
import { convertDataUrlToFile, uploadImage } from "@/lib/utils";
import { Button } from "@/components/ui/button";
import {
Card,
CardContent,
@@ -16,8 +15,8 @@ import {
CardFooter,
CardHeader,
CardTitle,
} from "../ui/card";
import { FileUpload } from "../ui/file-upload";
} from "@/components/ui/card";
import { FileUpload } from "@/components/ui/file-upload";
interface UploadAvatarProps {
title: string;
+2 -2
View File
@@ -17,10 +17,10 @@ module.exports = {
"^(next/(.*)$)|^(next$)",
"^(react/(.*)$)|^(react$)",
"<THIRD_PARTY_MODULES>",
"^@/components/(.*)$|^components/(.*)$",
"^@/lib/(.*)$",
"^@/styles/(.*)$",
"^@/components/(.*)$|^components/(.*)$",
"^[./]",
"^@/styles/(.*)$",
],
importOrderSeparation: true,
importOrderSortSpecifiers: true,