File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 2
2
import Header from "@/components/Header/header" ;
3
3
import {
4
4
Button ,
5
- Col ,
6
5
Input ,
7
6
Layout ,
8
7
message ,
9
- Pagination ,
10
- PaginationProps ,
11
- Row ,
12
- Select ,
13
- Table ,
14
- TableProps ,
15
- Tabs ,
16
- Tag ,
17
- Modal ,
18
8
Form ,
19
9
} from "antd" ;
20
10
import { Content } from "antd/es/layout/layout" ;
21
- import {
22
- DeleteOutlined ,
23
- EditOutlined ,
24
- PlusCircleOutlined ,
25
- SearchOutlined ,
26
- } from "@ant-design/icons" ;
27
11
import "./styles.scss" ;
28
12
import { useEffect , useState } from "react" ;
29
13
import Link from "next/link" ;
Original file line number Diff line number Diff line change 2
2
import Header from "@/components/Header/header" ;
3
3
import {
4
4
Button ,
5
- Col ,
6
5
Input ,
7
6
Layout ,
8
7
message ,
9
- Pagination ,
10
- PaginationProps ,
11
- Row ,
12
- Select ,
13
- Table ,
14
- TableProps ,
15
- Tabs ,
16
- Tag ,
17
- Modal ,
18
8
Form ,
19
9
} from "antd" ;
20
10
import { Content } from "antd/es/layout/layout" ;
21
- import {
22
- DeleteOutlined ,
23
- EditOutlined ,
24
- PlusCircleOutlined ,
25
- SearchOutlined ,
26
- } from "@ant-design/icons" ;
27
11
import "./styles.scss" ;
28
12
import { useEffect , useState } from "react" ;
29
13
import Link from "next/link" ;
You can’t perform that action at this time.
0 commit comments