mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
870f0aae48
Port 18ca4e0e9a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
export const APP_LAYOUT_CHANGE = 'APP_LAYOUT_CHANGE';
|
|
|
|
export const changeLayout = layout => ({
|
|
type: APP_LAYOUT_CHANGE,
|
|
layout,
|
|
});
|