Skip to content

Commit

Permalink
Updated talawa admin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anwersayeed committed Oct 27, 2024
1 parent 5985876 commit 72f50ed
Show file tree
Hide file tree
Showing 277 changed files with 434 additions and 448 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ The JSX element representing the AddOn component.

## Defined in

[src/components/AddOn/AddOn.tsx:22](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/AddOn.tsx#L22)
[src/components/AddOn/AddOn.tsx:22](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/AddOn.tsx#L22)
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ A JSX element containing the add-on entry.

## Defined in

[src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx:46](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx#L46)
[src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx:46](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx#L46)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts:13](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts#L13)
[src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts:13](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts#L13)
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ A JSX element containing the button and modal for plugin registration.

## Defined in

[src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx:38](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx#L38)
[src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx:38](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx#L38)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ A JSX element containing the UI for the add-on store.

## Defined in

[src/components/AddOn/core/AddOnStore/AddOnStore.tsx:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/core/AddOnStore/AddOnStore.tsx#L26)
[src/components/AddOn/core/AddOnStore/AddOnStore.tsx:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/core/AddOnStore/AddOnStore.tsx#L26)
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ A JSX element containing the label and child elements.

## Defined in

[src/components/AddOn/support/components/Action/Action.tsx:29](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/support/components/Action/Action.tsx#L29)
[src/components/AddOn/support/components/Action/Action.tsx:29](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/support/components/Action/Action.tsx#L29)
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ A JSX element containing the main content container with the provided child elem

## Defined in

[src/components/AddOn/support/components/MainContent/MainContent.tsx:25](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/support/components/MainContent/MainContent.tsx#L25)
[src/components/AddOn/support/components/MainContent/MainContent.tsx:25](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/support/components/MainContent/MainContent.tsx#L25)
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ A JSX element containing the side panel with the provided child elements.

## Defined in

[src/components/AddOn/support/components/SidePanel/SidePanel.tsx:30](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/support/components/SidePanel/SidePanel.tsx#L30)
[src/components/AddOn/support/components/SidePanel/SidePanel.tsx:30](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/support/components/SidePanel/SidePanel.tsx#L30)
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A promise that resolves to the installed plugins data in JSON format.

#### Defined in

[src/components/AddOn/support/services/Plugin.helper.ts:21](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/support/services/Plugin.helper.ts#L21)
[src/components/AddOn/support/services/Plugin.helper.ts:21](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/support/services/Plugin.helper.ts#L21)

***

Expand All @@ -52,7 +52,7 @@ A promise that resolves to the store data in JSON format.

#### Defined in

[src/components/AddOn/support/services/Plugin.helper.ts:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/support/services/Plugin.helper.ts#L11)
[src/components/AddOn/support/services/Plugin.helper.ts:11](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/support/services/Plugin.helper.ts#L11)

***

Expand All @@ -76,4 +76,4 @@ An array of objects containing the name and URL of each enabled plugin.

#### Defined in

[src/components/AddOn/support/services/Plugin.helper.ts:32](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AddOn/support/services/Plugin.helper.ts#L32)
[src/components/AddOn/support/services/Plugin.helper.ts:32](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AddOn/support/services/Plugin.helper.ts#L32)
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ return (

## Defined in

[src/components/Advertisements/Advertisements.tsx:27](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/Advertisements/Advertisements.tsx#L27)
[src/components/Advertisements/Advertisements.tsx:27](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/Advertisements/Advertisements.tsx#L27)
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ The rendered component

## Defined in

[src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx:31](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx#L31)
[src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx:31](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx#L31)
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ A JSX element that renders a form inside a modal for creating or editing an adve

## Defined in

[src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx:60](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx#L60)
[src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx:60](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx#L60)
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ A JSX element that renders agenda item categories with options to preview, edit,

## Defined in

[src/components/AgendaCategory/AgendaCategoryContainer.tsx:34](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaCategory/AgendaCategoryContainer.tsx#L34)
[src/components/AgendaCategory/AgendaCategoryContainer.tsx:34](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaCategory/AgendaCategoryContainer.tsx#L34)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/components/AgendaCategory/AgendaCategoryContainerMocks.ts:6](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaCategory/AgendaCategoryContainerMocks.ts#L6)
[src/components/AgendaCategory/AgendaCategoryContainerMocks.ts:6](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaCategory/AgendaCategoryContainerMocks.ts#L6)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/components/AgendaCategory/AgendaCategoryContainerMocks.ts:81](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaCategory/AgendaCategoryContainerMocks.ts#L81)
[src/components/AgendaCategory/AgendaCategoryContainerMocks.ts:81](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaCategory/AgendaCategoryContainerMocks.ts#L81)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

## Defined in

[src/components/AgendaCategory/AgendaCategoryContainerProps.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaCategory/AgendaCategoryContainerProps.ts#L3)
[src/components/AgendaCategory/AgendaCategoryContainerProps.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaCategory/AgendaCategoryContainerProps.ts#L3)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

## Defined in

[src/components/AgendaCategory/AgendaCategoryContainerProps.ts:30](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaCategory/AgendaCategoryContainerProps.ts#L30)
[src/components/AgendaCategory/AgendaCategoryContainerProps.ts:30](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaCategory/AgendaCategoryContainerProps.ts#L30)
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ JSX.Element

## Defined in

[src/components/AgendaItems/AgendaItemsContainer.tsx:32](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaItems/AgendaItemsContainer.tsx#L32)
[src/components/AgendaItems/AgendaItemsContainer.tsx:32](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaItems/AgendaItemsContainer.tsx#L32)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/components/AgendaItems/AgendaItemsContainerMocks.ts:6](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaItems/AgendaItemsContainerMocks.ts#L6)
[src/components/AgendaItems/AgendaItemsContainerMocks.ts:6](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaItems/AgendaItemsContainerMocks.ts#L6)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/components/AgendaItems/AgendaItemsContainerMocks.ts:96](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaItems/AgendaItemsContainerMocks.ts#L96)
[src/components/AgendaItems/AgendaItemsContainerMocks.ts:96](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaItems/AgendaItemsContainerMocks.ts#L96)
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

## Defined in

[src/components/AgendaItems/AgendaItemsContainerProps.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaItems/AgendaItemsContainerProps.ts#L3)
[src/components/AgendaItems/AgendaItemsContainerProps.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaItems/AgendaItemsContainerProps.ts#L3)
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

## Defined in

[src/components/AgendaItems/AgendaItemsContainerProps.ts:96](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaItems/AgendaItemsContainerProps.ts#L96)
[src/components/AgendaItems/AgendaItemsContainerProps.ts:96](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaItems/AgendaItemsContainerProps.ts#L96)
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Displays a modal form where users can input details for a new agenda item, inclu

## Defined in

[src/components/AgendaItems/AgendaItemsCreateModal.tsx:43](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaItems/AgendaItemsCreateModal.tsx#L43)
[src/components/AgendaItems/AgendaItemsCreateModal.tsx:43](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaItems/AgendaItemsCreateModal.tsx#L43)
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Displays a confirmation dialog when a user attempts to delete an agenda item.

## Defined in

[src/components/AgendaItems/AgendaItemsDeleteModal.tsx:23](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaItems/AgendaItemsDeleteModal.tsx#L23)
[src/components/AgendaItems/AgendaItemsDeleteModal.tsx:23](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaItems/AgendaItemsDeleteModal.tsx#L23)
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Also provides options to update or delete the agenda item.

## Defined in

[src/components/AgendaItems/AgendaItemsPreviewModal.tsx:41](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaItems/AgendaItemsPreviewModal.tsx#L41)
[src/components/AgendaItems/AgendaItemsPreviewModal.tsx:41](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaItems/AgendaItemsPreviewModal.tsx#L41)
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Also includes functionality to add, remove URLs and attachments.

## Defined in

[src/components/AgendaItems/AgendaItemsUpdateModal.tsx:49](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/AgendaItems/AgendaItemsUpdateModal.tsx#L49)
[src/components/AgendaItems/AgendaItemsUpdateModal.tsx:49](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/AgendaItems/AgendaItemsUpdateModal.tsx#L49)
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ JSX.Element - The rendered avatar image component.

## Defined in

[src/components/Avatar/Avatar.tsx:29](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/Avatar/Avatar.tsx#L29)
[src/components/Avatar/Avatar.tsx:29](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/Avatar/Avatar.tsx#L29)
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ JSX.Element - The rendered dropdown component for changing languages.

## Defined in

[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:29](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L29)
[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:29](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L29)
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ JSX.Element - The rendered modal component.

## Defined in

[src/components/CheckIn/CheckInModal.tsx:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/CheckInModal.tsx#L26)
[src/components/CheckIn/CheckInModal.tsx:26](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/CheckInModal.tsx#L26)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ JSX.Element - The rendered CheckInWrapper component.

## Defined in

[src/components/CheckIn/CheckInWrapper.tsx:18](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/CheckInWrapper.tsx#L18)
[src/components/CheckIn/CheckInWrapper.tsx:18](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/CheckInWrapper.tsx#L18)
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ JSX.Element - The rendered TableRow component.

## Defined in

[src/components/CheckIn/TableRow.tsx:19](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/TableRow.tsx#L19)
[src/components/CheckIn/TableRow.tsx:19](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/TableRow.tsx#L19)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/components/CheckIn/mocks.ts:46](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/mocks.ts#L46)
[src/components/CheckIn/mocks.ts:46](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/mocks.ts#L46)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/components/CheckIn/mocks.ts:65](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/mocks.ts#L65)
[src/components/CheckIn/mocks.ts:65](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/mocks.ts#L65)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/components/CheckIn/mocks.ts:34](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/mocks.ts#L34)
[src/components/CheckIn/mocks.ts:34](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/mocks.ts#L34)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/components/CheckIn/tagTemplate.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/tagTemplate.ts#L3)
[src/components/CheckIn/tagTemplate.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/tagTemplate.ts#L3)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#### Defined in

[src/components/CheckIn/types.ts:8](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/types.ts#L8)
[src/components/CheckIn/types.ts:8](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/types.ts#L8)

***

Expand All @@ -24,7 +24,7 @@

#### Defined in

[src/components/CheckIn/types.ts:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/types.ts#L10)
[src/components/CheckIn/types.ts:10](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/types.ts#L10)

***

Expand All @@ -34,4 +34,4 @@

#### Defined in

[src/components/CheckIn/types.ts:9](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/types.ts#L9)
[src/components/CheckIn/types.ts:9](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/types.ts#L9)
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

#### Defined in

[src/components/CheckIn/types.ts:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/7496bb3a4c3730e7e3caee73f8bf91c3031e4ae6/src/components/CheckIn/types.ts#L17)
[src/components/CheckIn/types.ts:17](https://github.com/PalisadoesFoundation/talawa-admin/blob/6393648179f5fe59037f42564a6a7bc1ca4e7f9d/src/components/CheckIn/types.ts#L17)
Loading

0 comments on commit 72f50ed

Please sign in to comment.