fix(performance): reduce bundle size (#553)

This commit is contained in:
Guy Ben-Aharon
2025-02-03 12:08:02 +02:00
committed by GitHub
parent fd2cc9fcfc
commit 004d530880
@@ -13,7 +13,7 @@ import {
import { Button } from '@/components/button/button';
import type { BaseDialogProps } from '../common/base-dialog-props';
import { useTranslation } from 'react-i18next';
import { Editor } from '@/components/code-snippet/code-editor';
import { Editor } from '@/components/code-snippet/code-snippet';
import { useTheme } from '@/hooks/use-theme';
import { AlertCircle } from 'lucide-react';
import { importDBMLToDiagram } from '@/lib/dbml-import';