mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
[WIP] Initial status work
This commit is contained in:
7
app/javascript/glitch/selectors/intl.js
Normal file
7
app/javascript/glitch/selectors/intl.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createStructuredSelector } from 'reselect';
|
||||
|
||||
const makeIntlSelector = () => createStructuredSelector({
|
||||
intl: ({ intl }) => intl,
|
||||
});
|
||||
|
||||
export default makeIntlSelector;
|
||||
Reference in New Issue
Block a user