UNPKG

748 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/auth/UnAuthorized.js"],"names":["Content","div","UnAuthorized"],"mappings":";;;;;;;;AAAA;;;;AACA;;;;;;;;AAEA,IAAMA,UAAU,2BAAOC,GAAjB,iBAAN;;AAUA,IAAMC,eAAe,SAAfA,YAAe;AAAA,SACnB;AAAC,WAAD;AAAA;AACE;AAAA;AAAA;AAAA;AAAA;AADF,GADmB;AAAA,CAArB;;kBAMeA,Y","file":"UnAuthorized.js","sourcesContent":["import React from 'react'\nimport styled from 'styled-components'\n\nconst Content = styled.div`\n display: flex;\n width: 100vw;\n height: 100vh;\n align-items: center;\n justify-content: center;\n font-size: 1.7em;\n padding: 1em;\n`\n\nconst UnAuthorized = () => (\n <Content>\n <p>You are not authorized to access this portion of the applicaiton.</p>\n </Content>\n)\n\nexport default UnAuthorized\n"]}
\No newline at end of file