Regression: contextualBar folder structure (#19761)
parent
cb25c4ba37
commit
bfcec5cd72
@ -1,7 +1,7 @@ |
||||
import React from 'react'; |
||||
import { Box } from '@rocket.chat/fuselage'; |
||||
|
||||
import VerticalBar from '../../../components/VerticalBar'; |
||||
import VerticalBar from '../../../../components/VerticalBar'; |
||||
|
||||
import { NotificationsPreferences } from '.'; |
||||
|
||||
@ -1,7 +1,7 @@ |
||||
import React from 'react'; |
||||
|
||||
import { EditInvite } from './EditInvite'; |
||||
import VerticalBar from '../../../../components/VerticalBar'; |
||||
import VerticalBar from '../../../../../components/VerticalBar'; |
||||
|
||||
export default { |
||||
title: 'components/RoomMembers/EditInvite', |
||||
@ -1,7 +1,7 @@ |
||||
import React from 'react'; |
||||
|
||||
import { InviteUsers } from './InviteUsers'; |
||||
import VerticalBar from '../../../../components/VerticalBar'; |
||||
import VerticalBar from '../../../../../components/VerticalBar'; |
||||
|
||||
export default { |
||||
title: 'components/RoomMembers/InviteUsers', |
||||
Loading…
Reference in new issue