refactor(migration): reorganize into actions/components

This commit is contained in:
Théo LAGACHE
2026-06-23 16:06:16 +02:00
parent 0a84fd2f63
commit 80e468b26d
6 changed files with 5 additions and 5 deletions
@@ -4,7 +4,7 @@ import {notFound} from "next/navigation";
import {getOrganization} from "@/lib/auth/auth";
import {Metadata} from "next";
import {db} from "@/db";
import {MigrationTool} from "@/features/migration/migration-tool";
import {MigrationTool} from "@/features/migration/components/migration-tool";
export const metadata: Metadata = {
title: "Projects",