Skip to content

Commit 05a54a2

Browse files
committed
adjustments based on feedback
1 parent 2cefe89 commit 05a54a2

File tree

4 files changed

+288
-207
lines changed

4 files changed

+288
-207
lines changed

client/components/Clipboard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import hljs from 'highlight.js/lib/common';
22
import React, { ChangeEvent, useEffect } from 'react';
33
import { useNavigate, useParams } from 'react-router-dom';
44

5-
import DownloadIcon from '@mui/icons-material/Download';
6-
import DeleteForeverIcon from '@mui/icons-material/DeleteForever';
75
import Box from '@mui/material/Box';
86
import Button from '@mui/material/Button';
7+
import DeleteForeverIcon from '@mui/icons-material/DeleteForever';
8+
import DownloadIcon from '@mui/icons-material/Download';
99
import TextField from '@mui/material/TextField';
1010
import Typography from '@mui/material/Typography';
1111

client/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
</head>
1616
<body>
1717
<div id="root"></div>
18-
<!-- <script src="dist/bundle.js"></script> -->
1918
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>
2019
</body>
2120
</html>

0 commit comments

Comments
 (0)