diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-08 16:54:59 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-08 16:54:59 +1000 |
| commit | f178c361b35bd0aa668c732c75cd039af3fc6237 (patch) | |
| tree | afdafafb7c36b9751fda1ff2b9449c765d7ccbcf /src/modules/sidebar/notifpane.tsx | |
| parent | navbar: add special workspace toggles (diff) | |
| download | caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.tar.gz caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.tar.bz2 caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.zip | |
sidebar: notifpane -> alerts
Diffstat (limited to 'src/modules/sidebar/notifpane.tsx')
| -rw-r--r-- | src/modules/sidebar/notifpane.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/modules/sidebar/notifpane.tsx b/src/modules/sidebar/notifpane.tsx deleted file mode 100644 index 79290e2..0000000 --- a/src/modules/sidebar/notifpane.tsx +++ /dev/null @@ -1,7 +0,0 @@ -import Notifications from "./modules/notifications"; - -export default () => ( - <box vertical className="pane notifpane" name="notifpane"> - <Notifications /> - </box> -); |