Skip to content

Commit

Permalink
fix(sidebar): use the Link component from next
Browse files Browse the repository at this point in the history
  • Loading branch information
RobsonOlv committed Apr 28, 2022
1 parent ff98bdf commit fe8d0ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/sidebar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { useState } from 'react'
import { Flex, Link } from '@vtex/brand-ui'
import { Flex } from '@vtex/brand-ui'
import Link from 'next/link'

import styles from './styles'
import type { SidebarSectionProps } from 'components/sidebar-section'
Expand Down

0 comments on commit fe8d0ab

Please sign in to comment.