chore: Move to prettier standard double quotes (#1309)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// @flow
|
||||
import * as React from 'react';
|
||||
import CenteredContent from 'components/CenteredContent';
|
||||
import PageTitle from 'components/PageTitle';
|
||||
import Empty from 'components/Empty';
|
||||
import * as React from "react";
|
||||
import CenteredContent from "components/CenteredContent";
|
||||
import PageTitle from "components/PageTitle";
|
||||
import Empty from "components/Empty";
|
||||
|
||||
const Error404 = () => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user