We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54d11d commit 04dbcc7Copy full SHA for 04dbcc7
src/mobile/components/pages/CooperatePage.tsx
@@ -2,7 +2,7 @@ import React, { useState } from 'react'
2
import Button from '../../../design/components/atoms/Button'
3
import { useRouter } from '../../../cloud/lib/router'
4
import { createTeam } from '../../../cloud/api/teams'
5
-import { getTeamLinkHref, getDocLinkHref } from '../../lib/href'
+import { getTeamLinkHref } from '../../lib/href'
6
import styled from '../../../design/lib/styled'
7
import NavigationBarContainer from '../atoms/NavigationBarContainer'
8
import NavigationBarButton from '../atoms/NavigationBarButton'
0 commit comments