Moving registrationLink component to the sidebar directory
This commit is contained in:
parent
5bfc85df97
commit
ff26307b6b
3 changed files with 9 additions and 7 deletions
|
@ -3,13 +3,14 @@
|
|||
import React, {useEffect, useState} from 'react'
|
||||
import {injectIntl, IntlShape} from 'react-intl'
|
||||
|
||||
import {IWorkspace} from '../blocks/workspace'
|
||||
import {sendFlashMessage} from '../components/flashMessages'
|
||||
import client from '../octoClient'
|
||||
import {Utils} from '../utils'
|
||||
import Button from '../widgets/buttons/button'
|
||||
import {IWorkspace} from '../../blocks/workspace'
|
||||
import {sendFlashMessage} from '../../components/flashMessages'
|
||||
import client from '../../octoClient'
|
||||
import {Utils} from '../../utils'
|
||||
import Button from '../../widgets/buttons/button'
|
||||
|
||||
import Modal from '../modal'
|
||||
|
||||
import Modal from './modal'
|
||||
import './registrationLink.scss'
|
||||
|
||||
type Props = {
|
|
@ -12,7 +12,8 @@ import Menu from '../../widgets/menu'
|
|||
import MenuWrapper from '../../widgets/menuWrapper'
|
||||
|
||||
import ModalWrapper from '../modalWrapper'
|
||||
import RegistrationLink from '../registrationLink'
|
||||
|
||||
import RegistrationLink from './registrationLink'
|
||||
|
||||
import './sidebarUserMenu.scss'
|
||||
|
||||
|
|
Loading…
Reference in a new issue