mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Don't access RemoteConfig directly from 'dumb' components
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
getStickersPath,
|
||||
getTempPath,
|
||||
getUpdateCachePath,
|
||||
} from '../ts/util/attachments';
|
||||
} from './attachments';
|
||||
|
||||
type CallbackType = (response: string | ProtocolResponse) => void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user