{"version":3,"file":"component---src-pages-preceptor-mgmt-index-jsx-7c0968bd133564d48b78.js","mappings":"sJAMMA,EAAeC,EAAQ,OAgD7B,UA9C0B,WACxB,IAAQC,GAAgBC,EAAAA,EAAAA,KAAhBD,YACR,OACE,oBACE,8BAAcA,aAAd,EAAcA,EAAaE,OAE3B,oBACE,iBAAOC,GAAI,CAAEC,OAAQ,iBAAkBC,EAAG,KACxC,sBACE,mBACE,cAAIC,QAAS,EAAGH,GAAI,CAAEI,GAAI,KACxB,0CACA,QAAC,IAAD,CACEC,UAAW,CAAEC,SAAU,WACvBN,GAAI,CAAEO,EAAG,GACTC,KAAK,yBACLC,KAAK,UAGP,QAAC,IAAD,CACEJ,UAAW,CAAEC,SAAU,WACvBN,GAAI,CAAEO,EAAG,GACTC,KAAK,8BACLC,KAAK,mBAIX,mBACE,cAAIN,QAAS,IACX,sCAGHR,EAAae,KAAI,SAACC,GAAD,OAChB,cAAIC,IAAKD,IACP,mBACE,QAAC,IAAD,CAAeE,UAAWF,KAHd,OAY7B,C","sources":["webpack://my/./src/pages/preceptor-mgmt/index.jsx"],"sourcesContent":["/** @jsx jsx */\nimport { jsx } from \"theme-ui\";\nimport { DefaultButton } from \"office-ui-fabric-react\";\nimport AbhyasiEntity from \"gatsby-plugin-hfn-profile/components/SrcmEntities/AbhyasiEntity\";\nimport useAuth from \"gatsby-plugin-hfn-profile/auth/useAuth\";\n\nconst allowedUsers = require(\"../../components/PreceptorSearch/allowed-users.json\");\n\nconst WelcomeAuthorized = () => {\n const { srcmProfile } = useAuth();\n return (\n
\n
Welcome, {srcmProfile?.name}
\n\n
\n \n \n \n \n \n \n \n \n {allowedUsers.map((ref) => (\n \n \n \n ))}\n \n
\n
Search Application
\n \n\n \n
\n
Allowed Users
\n
\n \n
\n
\n
\n );\n};\n\nexport default WelcomeAuthorized;\n"],"names":["allowedUsers","require","srcmProfile","useAuth","name","sx","border","p","colSpan","pb","iconProps","iconName","m","href","text","map","ref","key","abhyasiId"],"sourceRoot":""}