Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvincent committed Aug 22, 2019
1 parent 73e3d85 commit 6fd188c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ import Router from 'next/router'
import join from 'url-join'
import getConfig from 'next/config'
import Button from '../components/button'
import Chance from 'chance'
import Section from '../components/section'
import SectionHeader from '../components/section-header'
import Table from '../components/table'
import { getTeams } from '../lib/teams-api'
const chance = Chance()

const { publicRuntimeConfig } = getConfig()
const URL = publicRuntimeConfig.APP_URL
Expand Down

0 comments on commit 6fd188c

Please sign in to comment.