chore(refactor): remove Notifications component

This commit is contained in:
Paul Makles
2022-06-29 17:31:59 +01:00
parent 1e6a3a5160
commit 5b2782678e
5 changed files with 316 additions and 303 deletions

View File

@@ -8,7 +8,6 @@ import ContextMenus from "../lib/ContextMenus";
import { isTouchscreenDevice } from "../lib/isTouchscreenDevice";
import Popovers from "../context/intermediate/Popovers";
import Notifications from "../context/revoltjs/Notifications";
import { Titlebar } from "../components/native/Titlebar";
import BottomNavigation from "../components/navigation/BottomNavigation";
@@ -227,7 +226,6 @@ export default function App() {
</Routes>
<ContextMenus />
<Popovers />
<Notifications />
</OverlappingPanels>
</AppContainer>
</>