Skip to content

Commit

Permalink
Fix 2 typos in filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Jul 18, 2024
1 parent 8292a17 commit f10e241
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion met-web/src/components/engagement/new/create/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Dayjs } from 'dayjs';
import { Controller, FormProvider, useForm } from 'react-hook-form';
import { DateRangePickerWithCalculation } from './DateRangePickerWithCalculation';
import { colors } from 'styles/Theme';
import EngagementVisibilityControl from './EngagmentVisibilityControl';
import EngagementVisibilityControl from './EngagementVisibilityControl';
import UnsavedWorkConfirmation from 'components/common/Navigation/UnsavedWorkConfirmation';
import { AutoBreadcrumbs } from 'components/common/Navigation/Breadcrumb';
import { UserManager } from './UserManager';
Expand Down
2 changes: 1 addition & 1 deletion met-web/src/routes/AuthenticatedRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { getAllTenants, getTenant } from 'services/tenantService';
import { SurveyLoader } from 'components/survey/building/SurveyLoader';
import { userSearchLoader } from 'components/userManagement/userSearchLoader';
import EngagementCreationWizard from 'components/engagement/new/create';
import engagementCreateAction from 'components/engagement/new/create/engagmentCreateAction';
import engagementCreateAction from 'components/engagement/new/create/engagementCreateAction';

const AuthenticatedRoutes = () => {
return (
Expand Down

0 comments on commit f10e241

Please sign in to comment.