prettier organize imports

This commit is contained in:
41666 2020-12-05 23:20:44 -05:00
parent 899853e24c
commit 2e1e63a789
101 changed files with 173 additions and 180 deletions

View file

@ -1,7 +1,7 @@
import NextApp, { AppContext, AppProps } from 'next/app';
import nookies from 'nookies';
import * as React from 'react';
import { InjectTypekitFont } from 'roleypoly/design-system/atoms/fonts';
import nookies from 'nookies';
import { AuthProvider } from 'roleypoly/providers/auth/AuthContext';
type Props = AppProps & {

View file

@ -1,7 +1,7 @@
import { WhyNoRoles } from 'roleypoly/design-system/organisms/help-why-no-roles';
import {
HelpPageTemplate,
HelpPageProps,
HelpPageTemplate,
} from 'roleypoly/design-system/templates/help-page';
const WhyNoRolesPage = (props: HelpPageProps) => (

View file

@ -1,9 +1,9 @@
import { NextPageContext } from 'next';
import * as React from 'react';
import nookies from 'nookies';
import { AppShell } from 'roleypoly/design-system/organisms/app-shell';
import * as React from 'react';
import { Hero } from 'roleypoly/design-system/atoms/hero';
import { AccentTitle } from 'roleypoly/design-system/atoms/typography';
import { AppShell } from 'roleypoly/design-system/organisms/app-shell';
type Props = {
sessionID: string;