Skip to content

Commit

Permalink
removed awsmobile from manage therapists component
Browse files Browse the repository at this point in the history
  • Loading branch information
kimharr24 committed Jan 16, 2024
1 parent 82fb32f commit da81483
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/monarch/monarch-frontend/src/app/ManageTherapists.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/* eslint-disable no-restricted-globals */
/* eslint-disable @typescript-eslint/ban-ts-comment */
import { Amplify } from 'aws-amplify';
import { withAuthenticator } from '@aws-amplify/ui-react';
import '@aws-amplify/ui-react/styles.css';
//@ts-ignore
import awsmobile from '../aws-exports.js';
import AddPractitioner from './AddPractitioner';
import React, {
useEffect,
Expand All @@ -25,7 +22,6 @@ import {
} from '@chakra-ui/react';
import { controller } from './actionsController';
import { Practitioner } from '@c4c/monarch/common';
Amplify.configure(awsmobile);

const ManageTherapists: React.FC<{ accessToken: string, reload: boolean, setReload: (arg: boolean) => void }> = ({accessToken, reload, setReload}) => {

Expand Down

0 comments on commit da81483

Please sign in to comment.