Skip to content

Commit

Permalink
Fix typo in AidboxFormsBuilder component folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
vesnushka committed Aug 22, 2024
1 parent 2fbdfda commit 312ee19
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/containers/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { sharedAuthorizedPatient } from 'src/sharedState';
import { Role, matchCurrentUserRole } from 'src/utils/role';

import { restoreUserSession } from './utils';
import { AidboxFormsBuilder } from '../AidboxFromsBuilder';
import { AidboxFormsBuilder } from '../AidboxFormsBuilder';
import { HealthcareServiceList } from '../HealthcareServiceList';
import { InvoiceDetails } from '../InvoiceDetails';
import { InvoiceList } from '../InvoiceList';
Expand Down
1 change: 1 addition & 0 deletions src/containers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ export * from './QuestionnaireList';
export * from './SetPassword';
export * from './SignIn';
export * from './VideoCall';
export * from './AidboxFormsBuilder';

0 comments on commit 312ee19

Please sign in to comment.