run prettier(2.0.5) (#1438)

This commit is contained in:
Severiano Badajoz
2020-05-04 10:26:42 -07:00
committed by GitHub
parent b255e32548
commit 6cccc41c0f
118 changed files with 1979 additions and 1584 deletions

View File

@@ -3,7 +3,7 @@ import React from "react";
import styles from "./container.css";
const Container = props => {
const Container = (props) => {
const { children } = props;
return <div className={styles.container}>{children}</div>;
};

View File

@@ -1,7 +1,7 @@
import React from "react";
import * as globals from "../../globals";
const Logo = props => {
const Logo = (props) => {
const { size } = props;
return (
<svg width={size} height={size} viewBox="0 0 48 48" fill="none">