From 10c0aa84248edb2a360373204e810c6b2dfbe665 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sun, 18 May 2025 01:45:07 +0200 Subject: [PATCH] Comments. --- src/App/Container.purs | 1 - src/Web/Tile.purs | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Container.purs b/src/App/Container.purs index 490b269..02a796d 100644 --- a/src/App/Container.purs +++ b/src/App/Container.purs @@ -66,7 +66,6 @@ import App.Message.AuthenticationDaemon as AuthD import App.Log as AppLog import App.WS as WS --- import App.Tick as Tick import App.Notification as Notification import App.Type.Notification (Notification (..)) diff --git a/src/Web/Tile.purs b/src/Web/Tile.purs index a1fcdf3..588f388 100644 --- a/src/Web/Tile.purs +++ b/src/Web/Tile.purs @@ -1,3 +1,4 @@ +-- | `WARNING:` tiles are deprecated since Bulma 1.0. module Web.Tile where import Prelude (($), (<>))