mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
feat: full discovery integration
This commit is contained in:
@@ -56,7 +56,6 @@ import { Notifications } from "./panes/Notifications";
|
||||
import { Profile } from "./panes/Profile";
|
||||
import { Sessions } from "./panes/Sessions";
|
||||
import { Sync } from "./panes/Sync";
|
||||
import { ThemeShop } from "./panes/ThemeShop";
|
||||
|
||||
const AccountHeader = styled.div`
|
||||
display: flex;
|
||||
@@ -243,11 +242,6 @@ export default observer(() => {
|
||||
<Route path="/settings/bots">
|
||||
<MyBots />
|
||||
</Route>
|
||||
{experiments.isEnabled("theme_shop") && (
|
||||
<Route path="/settings/theme_shop">
|
||||
<ThemeShop />
|
||||
</Route>
|
||||
)}
|
||||
<Route path="/settings/feedback">
|
||||
<Feedback />
|
||||
</Route>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/**
|
||||
* ! DEPRECATED FILE
|
||||
* ! DO NOT IMPORT
|
||||
*
|
||||
* Replaced by Revolt Discover
|
||||
*/
|
||||
import { Check } from "@styled-icons/boxicons-regular";
|
||||
import {
|
||||
Star,
|
||||
|
||||
Reference in New Issue
Block a user