Skip to content

Commit 95e3243

Browse files
committed
refactor: removed unused components from Sistent identity color page
Signed-off-by: Lorenzo Croce <lorenzo.croce@arenastudios.it>
1 parent 5e0effe commit 95e3243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Projects/Sistent/identity/color

src/sections/Projects/Sistent/identity/color/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Col, Row } from "../../../../../reusecore/Layout";
66
import Button from "../../../../../reusecore/Button";
77
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
88

9-
import { styled, Table, TableContainer, TableCell, TableRow, TableHead, TableBody, SistentThemeProvider, CustomTooltip, Box, } from "@sistent/sistent";
9+
import { styled, Table, TableContainer, TableCell, TableRow, TableHead, TableBody, SistentThemeProvider } from "@sistent/sistent";
1010
import CopyValue from "../../../../../components/CopyValue";
1111

1212
const brandColors = [

0 commit comments

Comments
 (0)