core: rename module (#2587)

This commit is contained in:
Evgeny Poberezkin
2023-06-17 11:03:22 +01:00
committed by GitHub
parent 53d77b25ed
commit 9fbcc2b5bb
11 changed files with 11 additions and 11 deletions
@@ -11,7 +11,7 @@
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TypeApplications #-}
module Simplex.Chat.Messages.ChatItemContent where
module Simplex.Chat.Messages.CIContent where
import Data.Aeson (FromJSON, ToJSON)
import qualified Data.Aeson as J