Skip to content

Commit 89248f9

Browse files
committed
Discard unused import statement
1 parent 38f59e4 commit 89248f9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/molecules/AppNavigatorBoostHubTeamItem.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import React, { useCallback } from 'react'
2-
import {
3-
border,
4-
flexCenter,
5-
secondaryButtonStyle,
6-
} from '../../lib/styled/styleFunctions'
2+
import { border, flexCenter } from '../../lib/styled/styleFunctions'
73
import styled from '../../lib/styled'
84
import { useRouter } from '../../lib/router'
95
import Icon from '../atoms/Icon'

0 commit comments

Comments
 (0)