mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Refactor: Move data-access code to Typescript w/ shared interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const { take } = require('lodash');
|
||||
const { getRecentEmojis } = require('./data');
|
||||
const { getRecentEmojis } = require('../../ts/sql/Client').default;
|
||||
|
||||
module.exports = {
|
||||
getInitialState,
|
||||
|
||||
Reference in New Issue
Block a user