removed import in every class, try to update react

This commit is contained in:
JubaAzul 2025-01-16 10:40:27 -05:00
parent 6d56454b02
commit b46e2e3985
4 changed files with 0 additions and 8 deletions

View file

@ -1,5 +1,3 @@
// @ts-expect-error: Required for pipeline compatibility
import React from 'react';
import { render } from '@testing-library/react'; import { render } from '@testing-library/react';
import '@testing-library/jest-dom'; import '@testing-library/jest-dom';
import { MultipleChoice } from '../../../../components/GiftTemplate/templates'; import { MultipleChoice } from '../../../../components/GiftTemplate/templates';

View file

@ -1,5 +1,3 @@
// @ts-expect-error : Required for pipeline compatibility
import React from 'react';
import { render } from '@testing-library/react'; import { render } from '@testing-library/react';
import '@testing-library/jest-dom'; import '@testing-library/jest-dom';
import Numerical from '../../../../components/GiftTemplate/templates/Numerical'; import Numerical from '../../../../components/GiftTemplate/templates/Numerical';

View file

@ -1,5 +1,3 @@
// @ts-expect-error: Required for pipeline compatibility
import React from 'react';
import { render } from '@testing-library/react'; import { render } from '@testing-library/react';
import '@testing-library/jest-dom'; import '@testing-library/jest-dom';
import ShortAnswer from '../../../../components/GiftTemplate/templates/ShortAnswer'; import ShortAnswer from '../../../../components/GiftTemplate/templates/ShortAnswer';

View file

@ -1,5 +1,3 @@
// @ts-expect-error: Required for pipeline compatibility
import React from 'react';
import { render } from '@testing-library/react'; import { render } from '@testing-library/react';
import '@testing-library/jest-dom'; import '@testing-library/jest-dom';
import TrueFalse from '../../../../components/GiftTemplate/templates'; import TrueFalse from '../../../../components/GiftTemplate/templates';