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 React, {useEffect, useState} from 'react'
|
||||||
import {injectIntl, IntlShape} from 'react-intl'
|
import {injectIntl, IntlShape} from 'react-intl'
|
||||||
|
|
||||||
import {IWorkspace} from '../blocks/workspace'
|
import {IWorkspace} from '../../blocks/workspace'
|
||||||
import {sendFlashMessage} from '../components/flashMessages'
|
import {sendFlashMessage} from '../../components/flashMessages'
|
||||||
import client from '../octoClient'
|
import client from '../../octoClient'
|
||||||
import {Utils} from '../utils'
|
import {Utils} from '../../utils'
|
||||||
import Button from '../widgets/buttons/button'
|
import Button from '../../widgets/buttons/button'
|
||||||
|
|
||||||
|
import Modal from '../modal'
|
||||||
|
|
||||||
import Modal from './modal'
|
|
||||||
import './registrationLink.scss'
|
import './registrationLink.scss'
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
|
@ -12,7 +12,8 @@ import Menu from '../../widgets/menu'
|
||||||
import MenuWrapper from '../../widgets/menuWrapper'
|
import MenuWrapper from '../../widgets/menuWrapper'
|
||||||
|
|
||||||
import ModalWrapper from '../modalWrapper'
|
import ModalWrapper from '../modalWrapper'
|
||||||
import RegistrationLink from '../registrationLink'
|
|
||||||
|
import RegistrationLink from './registrationLink'
|
||||||
|
|
||||||
import './sidebarUserMenu.scss'
|
import './sidebarUserMenu.scss'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue