diff --git a/src/pages/index.tsx b/src/pages/index.tsx deleted file mode 100644 index eae93138..00000000 --- a/src/pages/index.tsx +++ /dev/null @@ -1,32 +0,0 @@ -import styles from "./index.less"; -import { Carousel } from "antd"; - -const contentStyle = { - height: "160px", - color: "#fff", - lineHeight: "160px", - textAlign: "center", - background: "#364d79", -}; - -export default function IndexPage() { - return ( -
-

Page index

- -
-

1

-
-
-

2

-
-
-

3

-
-
-

4

-
-
-
- ); -}