mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-23 03:12:14 +00:00
fix: Circular dependencies
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
98cfcf2b95
commit
71ec45c806
@ -1,5 +1,5 @@
|
||||
import React from 'react'
|
||||
import { Link } from '..'
|
||||
import Link from '../Link'
|
||||
import Box from '../Box'
|
||||
import { Icon } from '../interfaces'
|
||||
import { buildClassName } from '../Util'
|
||||
|
@ -13,7 +13,7 @@ import { buildClassName } from '../Util'
|
||||
|
||||
import css from './Navbar.module.styl'
|
||||
import { Icon } from '../interfaces'
|
||||
import { Button } from '..'
|
||||
import Button from '../Button'
|
||||
import { objectEqual } from '@dzeio/object-util'
|
||||
|
||||
interface MenuItem {
|
||||
|
@ -11,7 +11,7 @@ import { buildClassName } from '../Util'
|
||||
|
||||
import css from './Sidebar.module.styl'
|
||||
import { Icon } from '../interfaces'
|
||||
import { Menu } from '..'
|
||||
import Menu from '../Menu'
|
||||
|
||||
interface MenuItem {
|
||||
path?: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user