mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
lint
This commit is contained in:
parent
43bc2e8062
commit
395eba5af6
@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import styled from 'styled-components';
|
||||
import React from "react";
|
||||
import styled from "styled-components";
|
||||
|
||||
const StyledImage = styled.img`
|
||||
object-fit: contain;
|
||||
@ -11,5 +11,5 @@ const StyledImage = styled.img`
|
||||
`;
|
||||
|
||||
export const Image = ({ ...props }) => {
|
||||
return <StyledImage {...props} />
|
||||
return <StyledImage {...props} />;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user