fix: export sql + import metadata lib (#902)

This commit is contained in:
Guy Ben-Aharon
2025-09-04 12:10:56 +03:00
committed by GitHub
parent fe9ef275b8
commit ffddcdcc98
29 changed files with 870 additions and 871 deletions

View File

@@ -17,7 +17,7 @@ import { useDialog } from '@/hooks/use-dialog';
import {
exportBaseSQL,
exportSQL,
} from '@/lib/data/export-metadata/export-sql-script';
} from '@/lib/data/sql-export/export-sql-script';
import { databaseTypeToLabelMap } from '@/lib/databases';
import { DatabaseType } from '@/lib/domain/database-type';
import { Annoyed, Sparkles } from 'lucide-react';