This commit is contained in:
Guy Ben-Aharon
2024-09-22 10:05:36 +03:00
committed by Guy Ben-Aharon
parent 0bab307b4e
commit 98f429f9cc
68 changed files with 8762 additions and 6087 deletions

View File

@@ -19,7 +19,7 @@ import {
} from '@/lib/data/export-metadata/export-sql-script';
import { databaseTypeToLabelMap } from '@/lib/databases';
import { DatabaseType } from '@/lib/domain/database-type';
import { DialogProps } from '@radix-ui/react-dialog';
import type { DialogProps } from '@radix-ui/react-dialog';
import { Annoyed, Sparkles } from 'lucide-react';
import React, { useCallback, useEffect } from 'react';
import { Trans, useTranslation } from 'react-i18next';