Skip to content

Commit

Permalink
Merge pull request #327 from ReseauEntourage/fix/dashboard-whatsapp-c…
Browse files Browse the repository at this point in the history
…oach

[App] Fix - folder name Dahsboard
  • Loading branch information
guillobits authored Aug 16, 2024
2 parents 68043bb + 4641973 commit 14aa1f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/backoffice/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import {
import { useAuthenticatedUser } from 'src/hooks/authentication/useAuthenticatedUser';
import { useIsDesktop } from 'src/hooks/utils';
import { isRoleIncluded } from 'src/utils';
import { DashboardAlertWhatsappCoach } from './DahsboardAlertWhatsappCoach/DashboardAlertWhatsappCoach';
import {
StyledDashboardLeftColumn,
StyledDashboardRightColumn,
StyledDashboardTitleContainer,
} from './Dashboard.styles';
import { DashboardAlertWhatsappCoach } from './DashboardAlertWhatsappCoach/DashboardAlertWhatsappCoach';
import { DashboardAvailabilityCard } from './DashboardAvailabilityCard';
import { DashboardLinkedUserCard } from './DashboardLinkedUserCard';
import { DashboardOpportunitiesCard } from './DashboardOpportunitiesCard';
Expand Down

0 comments on commit 14aa1f7

Please sign in to comment.