Skip to content

Commit

Permalink
feat: delete @ant-design/compatible/assets/index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyu committed Mar 14, 2022
1 parent e34b9f2 commit fc92b60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/modalWithForm/__tests__/baseForm.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import ModalWithForm from '../index';
import '@ant-design/compatible/assets/index.css';
import { Input, Form } from 'antd';
import { render, fireEvent, screen, cleanup } from '@testing-library/react';
import '@testing-library/jest-dom/extend-expect';
Expand Down
2 changes: 1 addition & 1 deletion src/components/modalWithForm/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import '@ant-design/compatible/assets/index.css';
// import '@ant-design/compatible/assets/index.css';
import { Modal, Form } from 'antd';
import { ButtonProps, ButtonType } from 'antd/lib/button';
export interface ModalProps {
Expand Down

0 comments on commit fc92b60

Please sign in to comment.