Skip to content

Commit

Permalink
Fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Nov 27, 2021
1 parent d54d11d commit 04dbcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobile/components/pages/CooperatePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useState } from 'react'
import Button from '../../../design/components/atoms/Button'
import { useRouter } from '../../../cloud/lib/router'
import { createTeam } from '../../../cloud/api/teams'
import { getTeamLinkHref, getDocLinkHref } from '../../lib/href'
import { getTeamLinkHref } from '../../lib/href'
import styled from '../../../design/lib/styled'
import NavigationBarContainer from '../atoms/NavigationBarContainer'
import NavigationBarButton from '../atoms/NavigationBarButton'
Expand Down

0 comments on commit 04dbcc7

Please sign in to comment.