chore: Move to prettier standard double quotes (#1309)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// @flow
|
||||
import styled from 'styled-components';
|
||||
import Centered from './Centered';
|
||||
import styled from "styled-components";
|
||||
import Centered from "./Centered";
|
||||
|
||||
const Hero = styled(Centered)`
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user