From 0c6c2233f008c84fd715a18289df8a9d8bae576e Mon Sep 17 00:00:00 2001 From: mehditorabiv Date: Mon, 20 Jan 2025 12:07:48 +0300 Subject: [PATCH] fix --- src/pages/Identifiers/Attestation/Attestation.tsx | 12 ++++++------ tsconfig.app.json | 6 ++---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/pages/Identifiers/Attestation/Attestation.tsx b/src/pages/Identifiers/Attestation/Attestation.tsx index f6f2fa2..b4712ad 100644 --- a/src/pages/Identifiers/Attestation/Attestation.tsx +++ b/src/pages/Identifiers/Attestation/Attestation.tsx @@ -2,10 +2,10 @@ import { useState } from 'react'; import { Alert, AlertTitle, Paper } from '@mui/material'; import { useParams } from 'react-router-dom'; -import DiscourseStepFour from '../../../components/pages/Attestations/DiscourseStepFour'; -import DiscourseStepOne from '../../../components/pages/Attestations/DiscourseStepOne'; -import DiscourseStepThree from '../../../components/pages/Attestations/DiscourseStepThree'; -import DiscourseStepTwo from '../../../components/pages/Attestations/DiscourseStepTwo'; +// import DiscourseStepFour from '../../../components/pages/Attestations/DiscourseStepFour'; +// import DiscourseStepOne from '../../../components/pages/Attestations/DiscourseStepOne'; +// import DiscourseStepThree from '../../../components/pages/Attestations/DiscourseStepThree'; +// import DiscourseStepTwo from '../../../components/pages/Attestations/DiscourseStepTwo'; import StepOne from '../../../components/pages/Attestations/StepOne'; import StepThree from '../../../components/pages/Attestations/StepThree'; import StepTwo from '../../../components/pages/Attestations/StepTwo'; @@ -51,7 +51,7 @@ export default function Attestation() { return ( <> - )} - + */} ); } diff --git a/tsconfig.app.json b/tsconfig.app.json index d717cb8..4ac6c48 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -8,10 +8,9 @@ "module": "ESNext", "skipLibCheck": true, "types": ["vitest/globals", "@testing-library/jest-dom"], - "allowSyntheticDefaultImports": true, /* Bundler mode */ - "moduleResolution": "node", + "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, @@ -35,6 +34,5 @@ "src", "src/**/*.tsx", "src/**/*.ts" - ], - "exclude": ["node_modules", "dist"] + ] }