1
0
Fork 0
forked from gitea/nas

Add circle editor

This commit is contained in:
KMY 2023-08-21 16:37:35 +09:00
parent c97e63bb18
commit b0854b1dd8
33 changed files with 1671 additions and 31 deletions

View file

@ -62,6 +62,7 @@ import {
PinnedStatuses,
Lists,
Antennas,
Circles,
AntennaSetting,
Directory,
Explore,
@ -254,6 +255,7 @@ class SwitchingColumnsArea extends PureComponent {
<WrappedRoute path='/mutes' component={Mutes} content={children} />
<WrappedRoute path='/lists' component={Lists} content={children} />
<WrappedRoute path='/antennasw' component={Antennas} content={children} />
<WrappedRoute path='/circles' component={Circles} content={children} />
<Route component={BundleColumnError} />
</WrappedSwitch>