Remove unused code and dependencies

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-05-01 19:13:53 +02:00
parent 28b6bc2909
commit f720e60b49
4 changed files with 2 additions and 46 deletions

View File

@ -203,9 +203,6 @@ const SwitchingColumnsArea: React.FC<ISwitchingColumnsArea> = ({ children }) =>
<Redirect from='/users/:username' to='/@:username' />
<Redirect from='/registration' to='/' exact />
{/* Gab */}
<Redirect from='/home' to='/' />
{/* Mastodon rendered pages */}
<Redirect from='/admin' to='/soapbox/admin' />
<Redirect from='/terms' to='/about' />