From d8671dd114c2a47328c69d079a3c91316c304c8a Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 21 Jan 2024 11:45:40 +0100 Subject: [PATCH] formatting --- interface/src/project/SettingsCustomEntities.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/project/SettingsCustomEntities.tsx b/interface/src/project/SettingsCustomEntities.tsx index dfda883f0..534ecec07 100644 --- a/interface/src/project/SettingsCustomEntities.tsx +++ b/interface/src/project/SettingsCustomEntities.tsx @@ -1,7 +1,7 @@ import AddIcon from '@mui/icons-material/Add'; import CancelIcon from '@mui/icons-material/Cancel'; -import RefreshIcon from '@mui/icons-material/Refresh'; import EditOutlinedIcon from '@mui/icons-material/EditOutlined'; +import RefreshIcon from '@mui/icons-material/Refresh'; import WarningIcon from '@mui/icons-material/Warning'; import { Button, Typography, Box } from '@mui/material'; import { Table, Header, HeaderRow, HeaderCell, Body, Row, Cell } from '@table-library/react-table-library/table';