Fixes storybook

This commit is contained in:
Josh Perez 2022-11-09 16:11:45 -05:00 committed by GitHub
parent 4fa614e1d6
commit 4a5da95c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 19 additions and 30 deletions

View file

@ -1,7 +1,7 @@
// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { SIGNAL_ACI } from '../types/Conversation';
import { SIGNAL_ACI } from '../types/SignalConversation';
export function isSignalConversation(conversation: {
id: string;