fix: vite plugin cause source map error (#108)

* fix: fix source map error

* fix: import way of @mui

* fix: istanbul only when test is true
This commit is contained in:
lumix
2025-05-12 10:05:20 +08:00
committed by GitHub
parent 9aef5fec0c
commit c24c887ac6
11 changed files with 43 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
import Import from '@/components/_shared/more-actions/importer/Import';
import { Typography } from '@mui/material';
import Typography from '@mui/material/Typography';
import React from 'react';
import { ReactComponent as AppflowyLogo } from '@/assets/icons/appflowy.svg';
import { useSearchParams } from 'react-router-dom';