diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-10-30 20:06:03 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-10-30 20:06:03 +0100 |
commit | f4394413ab3cf2dfb94b1f024a047938cfd471e9 (patch) | |
tree | 62d0d342d8b24a7d6afdc5d94b53e7d4ee6101e7 /src/Erebos/Contact.hs | |
parent | f4f6a1d3afca2f47e10fe79585e7d9fddada8832 (diff) |
Rename Erebos.Storage module to Erebos.Object.Internal
Diffstat (limited to 'src/Erebos/Contact.hs')
-rw-r--r-- | src/Erebos/Contact.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Erebos/Contact.hs b/src/Erebos/Contact.hs index d90aa50..0af434f 100644 --- a/src/Erebos/Contact.hs +++ b/src/Erebos/Contact.hs @@ -23,12 +23,12 @@ import qualified Data.Text as T import Erebos.Identity import Erebos.Network +import Erebos.Object.Internal import Erebos.Pairing import Erebos.PubKey import Erebos.Service import Erebos.Set import Erebos.State -import Erebos.Storage import Erebos.Storage.Merge data Contact = Contact |