Skip to content

Commit

Permalink
feat: connect project health frontend with backend
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Nov 8, 2024
1 parent dba11a9 commit 585c962
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { useTheme, Typography } from '@mui/material';
import { styled } from '@mui/system';
import { Link } from 'react-router-dom';
import useUiConfig from 'hooks/api/getters/useUiConfig/useUiConfig';
import { useProjectStatus } from '../../../../hooks/api/getters/useProjectStatus/useProjectStatus';
import { useRequiredPathParam } from '../../../../hooks/useRequiredPathParam';
import { useProjectStatus } from 'hooks/api/getters/useProjectStatus/useProjectStatus';
import { useRequiredPathParam } from 'hooks/useRequiredPathParam';

const HealthContainer = styled('div')(({ theme }) => ({
backgroundColor: theme.palette.envAccordion.expanded,
Expand Down

0 comments on commit 585c962

Please sign in to comment.