refactor(contents): reorder imports and improve code formatting

Standardize import order in `contents.controller.ts` and related files for better code readability. Adjust SQL formatting in repository methods for consistency.
This commit is contained in:
Mathis HERRIOT
2026-01-14 21:58:52 +01:00
parent 50a186da1d
commit 14f8b8b63d
3 changed files with 12 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ import {
CardHeader,
} from "@/components/ui/card";
import { useAuth } from "@/providers/auth-provider";
import { ContentService } from "@/services/content.service";
import { FavoriteService } from "@/services/favorite.service";
import type { Content } from "@/types/content";