Skip to content

Commit 04dbcc7

Browse files
committed
Fix compiler error
1 parent d54d11d commit 04dbcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mobile/components/pages/CooperatePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState } from 'react'
22
import Button from '../../../design/components/atoms/Button'
33
import { useRouter } from '../../../cloud/lib/router'
44
import { createTeam } from '../../../cloud/api/teams'
5-
import { getTeamLinkHref, getDocLinkHref } from '../../lib/href'
5+
import { getTeamLinkHref } from '../../lib/href'
66
import styled from '../../../design/lib/styled'
77
import NavigationBarContainer from '../atoms/NavigationBarContainer'
88
import NavigationBarButton from '../atoms/NavigationBarButton'

0 commit comments

Comments
 (0)