refactor(core): standardize and reorder imports across admin services and modules

Optimize the structure and readability of import statements in `admin` services, modules, and controllers. Ensure consistency and logical grouping for improved maintainability.
This commit is contained in:
Mathis HERRIOT
2026-01-14 21:58:41 +01:00
parent 3908989b39
commit 50a186da1d
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { api } from "./api";
import api from "@/lib/api";
export interface AdminStats {
users: number;