UNPKG

strapi-plugin-users-permissions

Version:

Protect your API with a full-authentication process based on JWT

13 lines (9 loc) 202 B
import styled from 'styled-components'; import { Container } from 'reactstrap'; const Wrapper = styled(Container)` padding: 0; `; Wrapper.defaultProps = { fluid: true, }; export default Wrapper;