Skip to content

Commit 153db30

Browse files
committed
Remove empty less files
1 parent 3e97d76 commit 153db30

File tree

12 files changed

+0
-6
lines changed

12 files changed

+0
-6
lines changed

src/containers/home/Home.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import { Helmet } from 'react-helmet';
3-
import './home.less';
43
import { Button, Form, Input, Typography } from 'antd';
54
import { login } from '../../auth/authAPI';
65
const { Title } = Typography;

src/containers/home/home.less

Whitespace-only changes.

src/containers/login/Login.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import { Helmet } from 'react-helmet';
3-
import './login.less';
43
import { Button, Form, Input, Typography } from 'antd';
54
import { login } from '../../auth/authAPI';
65
import { Link } from 'react-router-dom';

src/containers/login/login.less

Whitespace-only changes.

src/containers/not-found/NotFound.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import { Helmet } from 'react-helmet';
33
import { Link } from 'react-router-dom';
44
import { Typography } from 'antd';
5-
import './not-found.less';
65
const { Title } = Typography;
76

87
/*

src/containers/not-found/not-found.less

Whitespace-only changes.

src/containers/settings/Settings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import { Helmet } from 'react-helmet';
3-
import './settings.less';
43
import { Button, Form, Typography } from 'antd';
54
import { deleteAccount } from '../../auth/authAPI';
65
const { Title } = Typography;

src/containers/settings/settings.less

Whitespace-only changes.

src/containers/signup/Signup.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import { Helmet } from 'react-helmet';
3-
import './signup.less';
43
import { Button, Form, Input, Typography } from 'antd';
54
import { signup } from '../../auth/authAPI';
65
import { Link } from 'react-router-dom';

src/containers/signup/signup.less

Whitespace-only changes.

0 commit comments

Comments
 (0)