mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 07:47:29 +03:00 
			
		
		
		
	chore: fix lint issue
This commit is contained in:
		
							parent
							
								
									fe989e2fe9
								
							
						
					
					
						commit
						f30a92be82
					
				|  | @ -1,6 +1,7 @@ | ||||||
|  | import * as classnames from 'classnames'; | ||||||
|  | 
 | ||||||
| import { deprecatedCss } from '../../common-elements'; | import { deprecatedCss } from '../../common-elements'; | ||||||
| import styled, { css, withProps } from '../../styled-components'; | import styled, { css, withProps } from '../../styled-components'; | ||||||
| import * as classnames from 'classnames'; |  | ||||||
| 
 | 
 | ||||||
| export const OperationBadge = withProps<{ type: string }>(styled.span).attrs({ | export const OperationBadge = withProps<{ type: string }>(styled.span).attrs({ | ||||||
|   className: props => `operation-type ${props.type}`, |   className: props => `operation-type ${props.type}`, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user