refactor(layout): move all components to components/

This commit is contained in:
Théo LAGACHE
2026-06-23 16:06:15 +02:00
parent b1b2e33839
commit 13ef2a0e6e
38 changed files with 33 additions and 33 deletions
@@ -4,7 +4,7 @@ import {
PageContent,
PageDescription,
PageTitle,
} from "@/features/layout/page";
} from "@/features/layout/components/page";
import { db } from "@/db";
import * as drizzleDb from "@/db";
import {eq, isNull} from "drizzle-orm";