Skip to content

Commit 30962e3

Browse files
committed
Remove unnecessary imports
1 parent 4a3ba42 commit 30962e3

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

apps/frontend/src/app/login/page.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,12 @@
22
import Header from "@/components/Header/header";
33
import {
44
Button,
5-
Col,
65
Input,
76
Layout,
87
message,
9-
Pagination,
10-
PaginationProps,
11-
Row,
12-
Select,
13-
Table,
14-
TableProps,
15-
Tabs,
16-
Tag,
17-
Modal,
188
Form,
199
} from "antd";
2010
import { Content } from "antd/es/layout/layout";
21-
import {
22-
DeleteOutlined,
23-
EditOutlined,
24-
PlusCircleOutlined,
25-
SearchOutlined,
26-
} from "@ant-design/icons";
2711
import "./styles.scss";
2812
import { useEffect, useState } from "react";
2913
import Link from "next/link";

apps/frontend/src/app/register/page.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,12 @@
22
import Header from "@/components/Header/header";
33
import {
44
Button,
5-
Col,
65
Input,
76
Layout,
87
message,
9-
Pagination,
10-
PaginationProps,
11-
Row,
12-
Select,
13-
Table,
14-
TableProps,
15-
Tabs,
16-
Tag,
17-
Modal,
188
Form,
199
} from "antd";
2010
import { Content } from "antd/es/layout/layout";
21-
import {
22-
DeleteOutlined,
23-
EditOutlined,
24-
PlusCircleOutlined,
25-
SearchOutlined,
26-
} from "@ant-design/icons";
2711
import "./styles.scss";
2812
import { useEffect, useState } from "react";
2913
import Link from "next/link";

0 commit comments

Comments
 (0)