Skip to content

Commit

Permalink
[App] Fix - folder name Dahsboard
Browse files Browse the repository at this point in the history
  • Loading branch information
guillobits committed Aug 16, 2024
1 parent 68043bb commit 4641973
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 4641973

Please sign in to comment.