|
@@ -1,7 +1,7 @@
|
|
|
import React from "react";
|
|
|
|
|
|
import { Button, Empty } from "@douyinfe/semi-ui";
|
|
|
-import { IconSemiLogo } from "@douyinfe/semi-icons";
|
|
|
+import { IconDoubleChevronLeft, IconDoubleChevronRight } from "@douyinfe/semi-icons";
|
|
|
import {
|
|
|
IllustrationConstruction,
|
|
|
IllustrationConstructionDark,
|
|
@@ -16,13 +16,8 @@ export default function App() {
|
|
|
return (
|
|
|
<div className="app">
|
|
|
{/* ------- your code start ------- DON'T DELETE THIS LINE ------- */}
|
|
|
- <Button icon={<IconSemiLogo />}>hello semi</Button>
|
|
|
- <Empty
|
|
|
- image={<IllustrationConstruction />}
|
|
|
- darkModeImage={<IllustrationConstructionDark />}
|
|
|
- title={"Write a demo about this pull request"}
|
|
|
- description="Semi build on this PR"
|
|
|
- />
|
|
|
+ <IconDoubleChevronLeft />
|
|
|
+ <IconDoubleChevronRight />
|
|
|
{/* ------- your code end ------- DON'T DELETE THIS LINE ------- */}
|
|
|
</div>
|
|
|
);
|