UNPKG

strapi-plugin-users-permissions

Version:

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

9 lines (6 loc) 139 B
import styled from 'styled-components'; const PolicyWrapper = styled.div` flex: 1; text-align: end; `; export default PolicyWrapper;