mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 03:28:06 +01:00
870f0aae48
Port 18ca4e0e9a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
export const APP_LAYOUT_CHANGE = 'APP_LAYOUT_CHANGE';
|
|
|
|
export const changeLayout = layout => ({
|
|
type: APP_LAYOUT_CHANGE,
|
|
layout,
|
|
});
|