chore: Move to prettier standard double quotes (#1309)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
// @flow
|
||||
import * as React from 'react';
|
||||
import styled from 'styled-components';
|
||||
import { slackAuth } from 'shared/utils/routeHelpers';
|
||||
import SlackLogo from 'shared/components/SlackLogo';
|
||||
import Button from 'components/Button';
|
||||
import * as React from "react";
|
||||
import styled from "styled-components";
|
||||
import { slackAuth } from "shared/utils/routeHelpers";
|
||||
import SlackLogo from "shared/components/SlackLogo";
|
||||
import Button from "components/Button";
|
||||
|
||||
type Props = {
|
||||
scopes?: string[],
|
||||
|
Reference in New Issue
Block a user