mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-14 11:10:29 +03:00
Add manage pin spaces
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
4ab2af51a5
commit
e1a67acde1
7 changed files with 242 additions and 2 deletions
|
|
@ -2,6 +2,7 @@ import React from 'react';
|
|||
|
||||
import ReadReceipts from '../read-receipts/ReadReceipts';
|
||||
import ProfileViewer from '../profile-viewer/ProfileViewer';
|
||||
import ShortcutSpaces from '../shortcut-spaces/ShortcutSpaces';
|
||||
import SpaceAddExisting from '../../molecules/space-add-existing/SpaceAddExisting';
|
||||
import Search from '../search/Search';
|
||||
import ViewSource from '../view-source/ViewSource';
|
||||
|
|
@ -13,6 +14,7 @@ function Dialogs() {
|
|||
<ReadReceipts />
|
||||
<ViewSource />
|
||||
<ProfileViewer />
|
||||
<ShortcutSpaces />
|
||||
<CreateRoom />
|
||||
<SpaceAddExisting />
|
||||
<Search />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue