Skip to content

Commit

Permalink
chore: fix import formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 26, 2021
1 parent d0cceed commit 73d0c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as FS from 'fs-jetpack'
import { FC } from 'react'
import * as FS from 'fs-jetpack'
import { Report } from '../../types'
import { Overview } from '../components/Overview'

Expand Down
2 changes: 1 addition & 1 deletion src/utils/github.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Octokit } from '@octokit/rest'
import bytes from 'bytes'
import decompress from 'decompress'
import download from 'download'
Expand All @@ -8,6 +7,7 @@ import parseGitConfig from 'parse-git-config'
import parseGitHubURL from 'parse-github-url'
import * as Path from 'path'
import slugify from 'slugify'
import { Octokit } from '@octokit/rest'
import { d } from '../utils'
import { absolutify } from './fs'

Expand Down

0 comments on commit 73d0c10

Please sign in to comment.