File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
import Brush from "@mui/icons-material/Brush" ;
2
- import TeamsIcon from "@mui/icons-material/Groups" ;
3
2
import HubOutlinedIcon from "@mui/icons-material/HubOutlined" ;
4
3
import InsertChartIcon from "@mui/icons-material/InsertChart" ;
5
4
import LaunchOutlined from "@mui/icons-material/LaunchOutlined" ;
Original file line number Diff line number Diff line change 7
7
deleteOrganization ,
8
8
} from "api/queries/organizations" ;
9
9
import { myOrganizations } from "api/queries/users" ;
10
- import { Margins } from "components/Margins/Margins" ;
11
10
import { ErrorAlert } from "components/Alert/ErrorAlert" ;
11
+ import { Margins } from "components/Margins/Margins" ;
12
12
13
13
const OrganizationSettingsPage : FC = ( ) => {
14
14
const queryClient = useQueryClient ( ) ;
You can’t perform that action at this time.
0 commit comments