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